Fusion.js - a plugin-based universal web framework by Über

https://eng.uber.com/fusionjs/

This looks interesing, as an alternative to Meteor.js and Next.js.

It does some cool things. For example, for server and client side rendering, Fusion.js unused code gets removed via tree shaking and dead code elimination.

Some decisions I’m not so sure about. Flow for types (when Typescript has basically “won”, and dependency injection (what year is this, Java EE?).

1 Like

maybe I am wrong, it is major focus on client(view), and have not build in websockets support.

Yeah except it is from a big famous company and people are rallying without thinking about it, I don’t see any interest. Am I missing the point?

Dependency Injection is great if you have a complex app that needs it. Otherwise it’s just a pain.