1. React
  2. ReactFoo
  3. 2018 Mumbai
  4. All about Context API

All about Context API

Souvik Basu at ReactFoo 2018 Mumbai

There was a lot of speculation of the stability Context API in future releases of React. React 16.3 makes Context API official now. Although developers were warned against using it, Context API was internally used by a lot of state management and theming libraries like react-redux, react-router and MobX-react. We will explore all about this API. Outline: - What is Context API - How Context API helped redux and router - Why were developers warned against using it - Using Context API for our apps