Issues ->
- If the website is quite big like an e-comm platform there are 1000's of server pages which might take a lot of time to build.
- Build time -> proportional to no. of statically generated pages.
- For a platform like e-comm 10% of data (statically pre-rendered) whereas other 90% fetched afterwards may seem like an option.
- Still, the most evident problem is of _stale _ data.
- If we change any data, the pre-rendered pages will read the same old data.
Top comments (0)