Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back to nextjs for a better approach to modern solutions #295

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

neuroflip
Copy link
Contributor

No description provided.

@neuroflip
Copy link
Contributor Author

Arriving to react rendering #321 errors https://www.dhiwise.com/post/how-to-resolve-minified-react-error-321-in-2024

So this branch and the TreeShaking one has the same kind of problems:

  • working with old create-react-app that has old dependencies that breaks the using of lastest React and typescript versions
  • For other side, to update to React19 we will need to use vite or nextjs.

So, i will create a new from scratch Next.js 15 app and the I'll move all the code there.

By now this will be a new project and a new repo:

  • what happens to the deploy? we will not be able to build all the app as static, so we will need to move from github pages to another way of deployment. Vercel has a free plan with nice numbers.

Do we have limits in vercel? are they hard limit or they are soft limits that you can exeed and the you will paid for that exceed?

@neuroflip
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant