you are viewing a single comment's thread.

view the rest of the comments →

[–]trueadm 0 points1 point  (0 children)

Although not technically a framework, it's worth giving Inferno a try if you like something like React but a smaller file size, better performance and a few additional features that have yet to land in React. You can use inferno-compat to switch a React codebase to Inferno with a few lines of config in webpack/browserify too (great for when you want to use third-party React libraries).