React Context is a powerful feature introduced in React v16.3.0. It allows you to access values from the current context (e.g. the parent) inside your components’ render methods, where you normally would be limited to accessing only its local state and pr... (more…)
Read more »
Day 2 of React Conf 2017 held March 13 - 14, 2017 http://conf.reactjs.org/... (more…)
Read more »
Neat little tricks (in coding and otherwise) gathered over time by @asyncanup. (more…)
Read more »
Find out how to apply design patters and SOLID principles to React & React Native software projects. Learn from our in-house pro with examples and free code. (more…)
Read more »
There’s a lot of confusion right now about the “right” way to test your React components. Should you write all your tests by hand, or only… (more…)
Read more »