There is almost an infinite number of solutions for the problem most React applications face – state management. This post discusses a pragmatic and simple and yet powerful approach using the Context system. (more…)
Read more »
React Router v6 is both the next version of React Router v5 but also @reach/router... it's a coming together of all the best things from both routers in an e... (more…)
Read more »
React can be used in any web application. It can be embedded in other applications and, with a little care, other applications can be embedded in React. This guide will examine some of the more common use cases, focusing on integration with jQuery and Bac... (more…)
Read more »
A compelling reason for using React Native instead of WebView-based
tools is to achieve 60 FPS and a native look & feel to your apps. Where
possible, we would like for React Native to do the right thing and help
you to focus on your app instead of per...
Read more »
There are three principles which provide for elegant routing in React applications. And as it turns out, these principles form a haiku... (more…)
Read more »