5 ms·
Yes, and the MVC framework is all of 500 lines of code and can be used with React too: https://github.com/Rajeev-K/mvc-router https://github.com/Rajeev-K/mvc-ro
by rajeev-k 6y ago
Yes, and the MVC framework is all of 500 lines of code and can be used with React too:
https://github.com/Rajeev-K/mvc-router https://github.com/Rajeev-K/mvc-router
- x3haloed 6y agoNo disrespect, but I think you proved @vbezhenar's point. The right way to structure the code is with a framework of some kind, even if it's homegrown.
- rajeev-k 6y agoIf there is anything I am trying to prove it is that you don't need complicated frameworks like Angular or React. Those frameworks have gotten too complex for what they do.
- robertoandred 6y agoReact doesn't even have a router, so your framework is already more complex.
- grey-area 6y agoHow many lines is react?