Telerik blogs
  • Web React

    Observing Visibility in React

    ReactT Light_270x123
    The IntersectionObserver API allows us to track the visibility of HTML elements, but how do you use it within React?
    October 16, 2019 7 min read
  • Release

    New Features in React 16.9.0

    ReactT Light_270x123
    This is a quick overview of all the new features of the latest version of React JS.
    October 02, 2019 5 min read
  • Web React

    Finite State Machines in React

    ReactT Light_270x123
    Making a video player in React should be easy, right? A boolean value can keep track of whether it is playing or not... but has the video been loaded yet? And how can we determine if it is paused or if it has just reached the end of the track? A Finite State Machine can help us define these different states and how one transitions to the next. Using XState within React can help us make complicated UIs easier to understand.
    September 26, 2019 6 min read
  • People

    A Look Back at React Rally 2019

    ReactT Dark_270x123
    It's been one week since React Rally in Salt Lake City. Join me for a review from a attendee perspective. We go over the events and talks for each day of the conference and provide links on where to watch everything.
    August 29, 2019 19 min read
  • Web React

    Maps in React

    ReactT Light_270x123
    Knowing the similarities and differences between Google Maps and MapBox within a React app will help you pick the right tool for the job. This article compares and contrasts these two popular libraries, getting you up and running with whichever one you choose.
    August 20, 2019 8 min read