neutrinojs / neutrino

Create and build modern JavaScript projects with zero initial configuration.
https://neutrinojs.org
Mozilla Public License 2.0
3.95k stars 214 forks source link

Updating React to v17 #1673

Closed kopestik closed 3 years ago

kopestik commented 3 years ago

Is it fine to update React and React-DOM to v17? Why is Neutrino using v16? Sorry for posting it here but I can't find a forum to ask for help.

constgen commented 3 years ago

Just because it is not updated for a long time. You can try this preset that supports React 17 https://github.com/atomspace/atomspace-react . But make sure to redesign you entry point (it is described in readme)

ghost commented 3 years ago

@constgen Thank you! Will try that