top | item 40373995

React Open Sources Compiler

5 points| ProjectBarks | 1 year ago |react.dev

2 comments

order

bgdkbtv|1 year ago

While I think this is a great improvement for building better UIs, it still boggles my mind that React, V in the MVC, needs an entire build step with that many moving parts and complexity.

Hopefully this improves the DX, though. I dread touching anything written in React that is older than 6 months.

arnorhs|1 year ago

for 99% of teams out there, react is not the V in an MVC pattern. In most cases it's a stand alone project and basically is your framework - your model is an API call from react, and react is also the controller.