▲ | epolanski 3 hours ago | |||||||
1. It's a solution meant for highly interactive app-like websites, not static-content driven websites like ecommerces. React in this context is just the wrong tool for the problem that will give you a huge array of performance, bugs and ux problems. 2. Extensive ecommerce experience including Disney, Carnival Cruises, Booking, TUI, and some of the European leaders in real estate and professional home building tools among the others. | ||||||||
▲ | motorest an hour ago | parent [-] | |||||||
> 1. It's a solution meant for highly interactive app-like websites, not static-content driven websites like ecommerces. React in this context is just the wrong tool for the problem that will give you a huge array of performance, bugs and ux problems. Strongly disagree. React is not about interactivity, but reactivity. If you have to consume an API and update your app based on the responses, React does all the heavy lifting for you without requiring full page reloads. On top of that, and as a nice perk, React also gives you all the tools you will ever need to optimize perceived performance. Claiming that a tool designed for reactive programming is not suited for the happy flow of reactive programming is simply fundamentally wrong. | ||||||||
|