top | item 25309278

(no title)

davidjnelson | 5 years ago

React is great though, why not just use that?

discuss

order

1_player|5 years ago

React is great if all your frontend is React. Using it to create reusable components to sprinkle in your static HTML is overkill, and anyway it does not work with LiveView and LiveView is pretty cool.

IMO React has a good data model and solid foundation, but the whole ecosystem it's relying upon is bad. I'm not a fan.

davidjnelson|5 years ago

True, that’s not its use case.

cargoshipit|5 years ago

because then you need an api

davidjnelson|5 years ago

React supports server side rendering.