supnate / rekit

IDE and toolkit for building scalable web applications with React, Redux and React-router
http://rekit.js.org
MIT License
4.48k stars 258 forks source link

Upgrade to latest react 16.5 and support for context api #154

Open suryacaprice opened 6 years ago

suryacaprice commented 6 years ago

https://material-ui.com/getting-started/installation/ latest material design requires react 16.3 or above . Will it break the system ?

Will rekit support contect api in the future

supnate commented 6 years ago

Once a Rekit project is created you are responsible to upgrade React version yourself. However I will also update boilerplate so that new created apps will use the latest React.

In my understanding, upgrading to 16.5 will not break existing Rekit app because React has good backward compatibility.

suryacaprice commented 6 years ago

@supnate thanks for the quick reply . Will be glad if you could share the template once you have updated .