reactioncommerce / reaction-feature-requests

Reaction Feature Requests
13 stars 1 forks source link

Update React to 16.3 #41

Closed loanlaux closed 4 years ago

loanlaux commented 6 years ago

The React team released version 16.3 a couple days ago.

This new version (featuring a new Context API) will undoubtedly be useful to lots of developers working on Reaction projects.

On a related note, separation of the client and back-end means no more Meteor session variables. As they are often used as global reactive variables, leveraging the Context API to replace them makes a lot of sense to me. Less magic - better maintainability. 😀

There are no breaking changes announced for this version.

loanlaux commented 6 years ago

Any update on this?

machikoyasuda commented 4 years ago

React is now updated to 16.8.3: https://github.com/reactioncommerce/reaction/blob/v2.7.0/package.json#L109