-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Feature request]: migrate to react-codemirror #1212
Comments
Sounds like a good idea, this would also upgrade code-mirror to Version 6. There are also some weird workarounds for code-mirror and Next.js Server-Side-Rendering: bruno/packages/bruno-app/src/pages/_app.js Lines 19 to 31 in 8ddec6b
bruno/packages/bruno-app/src/pages/Bruno/index.js Lines 13 to 44 in 8ddec6b
Maybe we can also think about moving from Next.js to Vite or something like this, because we are not using any Next.js features. |
You're right @Its-treason , Next JS is better suited for SSR and SEO optimization, Vite would be lighter and faster, hence its name |
Is there a possibility for this feature to resolve this? #1347 |
@dan1xk Absolutely, i ended up using Monaco Editor, here's the PR : Monaco Editor |
Migrate to react-codemirror instead of codemirror
This would provide a react component, better suited for a react app instead of building the component through a function
The current component is 300+ lines long and is getting harder and harder to maintain
Linked issue : #1029
The text was updated successfully, but these errors were encountered: