Message from JavaScript discussions

July 2018

— Like considering what a good agnostic filesize is, 1MB, an 8kb lib isn't going to change the performance of the transfer of that data much

Message permanent page

— 

People who actually do have this as a problem do dynamic deferred rendering, and have the server autodetect when the rendering should be serverside vs clientside

— I would replace rendering word to parsing.. all those server sides

— Whatever results in a full render of the page

— Stuff like running React on the server and client at the same time, pre-rendering certain pages if the server detects a slow connection or slow device in general

Message permanent page

— Slow connections can't really be fixed this way easily (very niche to your stack) but slow devices can be, since the CPU locked work gets pushed on the server CPU instead

Message permanent page

— Mithril is nice

— Primary function of the framework is to switch layout/page. then everything else goes.

— Yea ... Its a nice framework ..

— Wat. That's just a router. A router is an optional part of most modern frameworks.

— Show use case

— Never heard that name gotta check it :3 thanks