biotope / biotope-styleguide

4 stars 1 forks source link

should be build without server side html rendering (only REST endpoints and client side rendering) #1

Open lhwparis opened 5 years ago

hummelch commented 5 years ago

Hi Timo, I still don't have a clear picture when I think about this topic. Currently when I use yarn start or yarn build a static webpage will be created with a html file for each component. This is fast and works well for livereload while developing. When I think about a client side rendering, I see a application with a loading spinner when I click on an other component. So I have one index.html file which is managing the preview. Am I right?

timomayer commented 5 years ago

hi @hummelch think we are talking about two different things. i am talking about the index page with the list of components which we at the moment render server side too and which i prefer to render client side in the future. for the "component pages" itself i fully agree with staying server side for that.