harryle95 / adelaide_calendar

0 stars 1 forks source link

[ENHANCEMENT] Remove NextJS and use React-router instead #21

Closed harryle95 closed 2 months ago

harryle95 commented 2 months ago

Summary

Describe the new feature you want to be added

NextJS is absolute :garlic:

Example

Provide an example or use-case of the requested feature

harryle95 commented 2 months ago

For our use-case, an SPA (CSR) - react-router seems simpler and more responsive than an SSR with nextjs. A good reading for comparing the use-cases is this article by Walmart engineering.