- client needs to be able to ask server for new UI + new data at the same time for on the fly updates
- want to avoid sending html + layout in both HTML + JS as much as possible
- client needs to be able to ask server for new UI + new data at the same time for on the fly updates
- want to avoid sending html + layout in both HTML + JS as much as possible
- most sites are still MPA at heart + light interactivity
- Modern CSS replaces a lot of what people use JS for, also popover + invoker commands
- most app state is better in a global store/models like redux -> makes hmr easier too
- most sites are still MPA at heart + light interactivity
- Modern CSS replaces a lot of what people use JS for, also popover + invoker commands
- most app state is better in a global store/models like redux -> makes hmr easier too