We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As far as I understand we don't need any SSR, so we don't need Next.js.
Error message from Next.js clug up logs.
We need to convert Web IDE from Next.js to plain React application, distributed only as a set of .html/.js/.css files.
.html
.js
.css
In case we'll need any backend at some point of time, we'll create a separate small Node.js application.
The text was updated successfully, but these errors were encountered:
rahulyadav-57
No branches or pull requests
As far as I understand we don't need any SSR, so we don't need Next.js.
Error message from Next.js clug up logs.
We need to convert Web IDE from Next.js to plain React application, distributed only as a set of
.html
/.js
/.css
files.In case we'll need any backend at some point of time, we'll create a separate small Node.js application.
The text was updated successfully, but these errors were encountered: