Why I don't miss React: a story about using the platform
jackfranklin.co.uk
Why I don't miss React: a story about using the platform
1–10 of 279 posts
Re: Why I don't miss React: a story about using the platform
#2Re: Why I don't miss React: a story about using the platform
#3Re: Why I don't miss React: a story about using the platform
#4I'm moving towards vanilla JavaScript for my platform, and one of the things that I've discovered is that if you have a reactive data source then you don't need a lot of framework. Granted, I'm taking advantage that the core platform is much more stable than a decade ago.
Re: Why I don't miss React: a story about using the platform
#5Re: Why I don't miss React: a story about using the platform
#6I'm moving towards vanilla JavaScript for my platform, and one of the things that I've discovered is that if you have a reactive data source then you don't need a lot of framework. Granted, I'm taking advantage that the core platform is much more stable than a decade ago.
What is a reactive data source?
Re: Why I don't miss React: a story about using the platform
#7I'm moving towards vanilla JavaScript for my platform, and one of the things that I've discovered is that if you have a reactive data source then you don't need a lot of framework. Granted, I'm taking advantage that the core platform is much more stable than a decade ago.
What is a reactive data source?
Re: Why I don't miss React: a story about using the platform
#8Re: Why I don't miss React: a story about using the platform
#9Re: Why I don't miss React: a story about using the platform
#10The author makes some fair points but I also think part of it is learning. It sounds like they had finished learning React and the ecosystem and all that was left was finding React bugs, and occasionally identifying ways to work around React's way of doing things. While they are still at a stage of learning Web APIs which means exciting discoveries.
This is interesting -> this is the best thing in the world -> here’s how this could be better
The “use the platform” people have been making this case for web components for at least 5 years now. The reality is WC will take off when and if they are a better alternative and even then they’ll need to be paired with some sort of framework. They may even make their way into React one day.
The only thing that bugs me about these takes is React is using the platform. It works great in all major browsers, it’s not some extension like Flash. It’s the platform.