Jul 10, 2017 · 1 min read
That’s one of the reasons why I’m not using JSX and alike. Too much overhead that is brittle and adds complexity. I use #mithriljs which can be used with ES5 but uses similar virtual dom like react. Serverside rendering is a no brainer there. Once set up, you don’t have to care about nothing. It just works and is super fast.
see https://github.com/StephanHoyer/mithril-isomorphic-example
