TheLarkInn / webpack-workshop-2018

Learning resources for the webpack academy workshop series for 2018
MIT License
554 stars 995 forks source link

Server side rendering with webpack #26

Closed ViktorLinnasaar closed 6 years ago

ViktorLinnasaar commented 6 years ago

Hi! Wanted to share my Idea(didnt know where to discuss this topic, sry for sopam in task). What do you think if pages what dont need auth for access would be serverd prerenderd and by server(user will get html/css ). on background we will pre download scripts without executing them. If user will start interacting with page any further work will be managed on user side rendering. It would lead to instantly loading index page and some others. ?

1Marc commented 6 years ago

Not relevant to the course.