What’s going on with React’s license (or why patents matter)

Over the past several weeks there has been an evolving discussion about the
licensing of React, a popular library for
building complex user interfaces. There has been a lot of conflicting information
posted about the state of React, what kind of licensing… 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 »

Algebraic Effects for React Developers

It’s in words that the magic is—Abracadabra, Open Sesame, and the rest—but the magic words in one story aren’t magical in the next. The real magic is to understand which words work, and when, and for what; the trick is to learn the trick. (more…)

Read more »