Tag: react
 - Build a Family Tree maker using React Hooks and Microstates- If you use React, you probably know about the React Hooks RFC that was introduced at ReactConf. It’s an exciting proposal because it promises to bring the power of class components to function components. It also a convention for creating React extensions that feel like first-class APIs in the React ecosystem. React Hooks API and Microstates bring expressiveness of React function components to a whole new level. → Read Article - Taras Mankovski - November 6, 2018 
 - Big Testing in React- When we write and develop our applications, it's with the intent that somebody will use it. We write tests so we can be assured that everything in our app works as expected and is bug free. But how confident are you in your tests? → Read Article- Wil Wilsman - June 13, 2018 
 - React Native and Chill: A tale of stupid made fast→ Read Article - Charles Lowell - January 16, 2017 
 - Building infinite scroll in React Native- Tackling infinite scroll can be hard on any platform. But thankfully React Native allows you to use base JavaScript libraries to solve problems in native apps. We're going to take Impagination.js and build an infinite scrolling list that is silky smooth and painless data management. → Read Article- Robert DeLuca - December 15, 2016