imperodesign / generator-impero

Impero's website skeleton generator, courtesy of Yeoman
Other
1 stars 1 forks source link

Vue & React SSR #57

Open samhh opened 7 years ago

samhh commented 7 years ago

@MrSlide When you've got a good working SSR project let me know! 👍

MrSlide commented 7 years ago

Will do. Still figuring some things out. Most of the challenges come when you add asynchronicity to the mix, and route guards. Also in some parts of the code there need to be checks for server/client code to avoid accessing the DOM or accessing the window global when running on the server.