data-umbrella / event-board-web

Event Board: front-end code
https://events.dataumbrella.org
GNU Affero General Public License v3.0
10 stars 13 forks source link

Consider switching project to switch from Create React App to NextJS or Vite. #427

Open jtorreggiani opened 8 months ago

jtorreggiani commented 8 months ago

Shortly after we started this web project, the React community began recommending NextJS, Vite, and other build tools in favor of create React app. Using a fully feature framework like NextJS could help standardize implementation and make the application easier to extend in the future.