-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use modern JS in app.js of project templates #251
Comments
Hey @samajammin , are you accepting PRs for either of this or #243 ? I think I could make pretty quick work of updating the templates to use React, if that's a library that you all would be happy with using. I'd also be happy to just start out by updating the |
Thanks again @nathan-lapinski! I believe the team would welcome additional PRs 😄
That's certainly our vision (see #243). If you think it'd be quick work, I'd say go for it! Otherwise I think this issue to update to more modern JS would be a great start. |
Hi @nathan-lapinski! All contributions are always more than welcome :) Originally we thought of that implementation as codesanbox/stackblitz do it, by adding support to npm packages in the FE. Said this, this can be a draconian task to do. Any other way which can get us one step closer to support any FE frameworks like React, Vue, Angular, etc is always more than welcomed. |
Thanks @samajammin @javier-tarazaga !! I will start to look into this. I might just start with updating the app.js files to use more modern JS, since that should be a relatively quick win, and would be independent of any framework. After that, I'd definitely like to look into #243 more 😄 |
Summary
Refactor app.js files to use modern syntax -
const
/let
vs.var
&async
/await
.Motivation
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: