|
|
|
|
|
by latchkey
2686 days ago
|
|
You're right Dan, this is a great framework, but the code complexity behind it is insane. Of course a lot of that complexity is due to HTML/browser, we cannot ignore that. However, part of that complexity is the fault of React. The choice of HOC vs. Component... two ways to do the same thing. There is also FastForm vs. Form. As we move on over time, now we have hooks being added as well. The mental complexity just to put a simple input on a page is overwhelming. I think what I'm looking for is React to take some ownership and provide guidance out of the box for these core browser features under the React umbrella. |
|
So we need React on Rails? An opinionated collection of libraries that work on top on the React Runtime. I personally find this idea compelling.