Deploying React with Zero Configuration

So you want to build an app with React? “Getting started” is easy… and then what? React is a library for building user interfaces, which comprise only one. Read more

Similar

React’s UseRef Deep Dive

useRef is well known for get access to DOM elements. However, it can also be used as a way to keep a mutable value around within a component. Similar to useState that doesn't trigger a re-render. Read more for a deep dive on useRef. (more…)

Read more »