Shagon1k / AHurynovich-CV

Aliaksei's curriculum vitae
MIT License
3 stars 0 forks source link

[AH-55] Consider React-Snap for app route-based pre-rendering #150

Open Shagon1k opened 1 year ago

Shagon1k commented 1 year ago

Description

https://blog.logrocket.com/pre-rendering-react-app-react-snap/

Route-based pre-rendering leads to performance optimization as most of markup returned with initial "index.html" file and just hydrated by React instead of full JS-based rendering.