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

Migrate to a newer version of react-boilerplate #4

Closed
codejeet opened this issue Aug 6, 2020 · 0 comments
Closed

Migrate to a newer version of react-boilerplate #4

codejeet opened this issue Aug 6, 2020 · 0 comments

Comments

@codejeet
Copy link
Contributor

codejeet commented Aug 6, 2020

It has come to my attention that there are a lot of security vulnerabilities within our node modules. The problem is that version of react-boilerplate we are using is now deprecated and is a soup of dependencies that difficult to hand tune, given that most of the packages are out of date now. This also makes it difficult to add new modules, which we probably want to do.

React-boilerplate has moved from a standalone script to a create-react-app script, it seems that the original react boilerplate is no longer being maintained.

Most of the core technologies are the same (redux, redux-saga, react router, reselect) but now the boilerplate uses typescript.

In theory the transition shouldn't be so hard. In the next few days, I'll be attempting to migrate the code over. I encourage you to do the same, and if you figure it out please submit a pull request.

This issue should take priority over the other ones since the development of other features are contingent on it.

@codejeet codejeet added help wanted Extra attention is needed high priority and removed help wanted Extra attention is needed labels Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant