Late last year I used next.js for a project and loved it. Earlier this year I used Mithril v1 for a project and loved it. However, using Mithril on the client with Next for the wrapper, would be the best.
I know there are examples currently with Inferno and Preact, however they maintain a react-like API adapters, which Mithril does not.
How easy it would it be to swap out React for another client-side-framework which concepts may or may not map cleanly to react? Or should it be done as a complete fork or inspired project, in the way that nuxt.js is to next.js.