Tag: react

  1. blog image

    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's profile

    Taras Mankovski

    November 6, 2018

  2. blog image

    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's profile

    Wil Wilsman

    June 13, 2018

  3. blog image

    React Native and Chill: A tale of stupid made fast

    → Read Article
    Charles Lowell's profile

    Charles Lowell

    January 16, 2017

  4. blog image

    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's profile

    Robert DeLuca

    December 15, 2016