Tag: JSX

  • React from 30k feet: Building Dynamic UIs with Ease

    React from 30k feet: Building Dynamic UIs with Ease

    TLDR; I’m going to attempt to explain the finer points of building dynamic user interfaces (UIs) using React. React is a Javascript library (not a framework!) for building user interfaces. It is incredibly popular and has revolutionized front-end development. What is React? Developed by Facebook in 2013, React brought a refreshing approach to building web…