Hi @ScriptedAlchemy,
Just wanted your input regarding the future of the library knowing the recent works that have been done in the react library.
React Lazy provides now a way to do code splitting but does not support SSR yet. From what I've heard there's no plan to make react lazy supports SSR.
So I guess for now external libs like Loadable components or react universal will remain the best choices to take advantage of code splitting in isomorphic applications.
Knowing that, are you gonna keep investing time in the library, making upgrades and fixing bugs ?
What about react suspense ? I have not used it yet. Do you guys know whether it fits well into react universal ?
Cheers