This post will curate the best resources, tools, libraries, and articles that will help you learn to build production applications with React.js. This 6000 word post will take you from getting started with React, through UI design, routing, testing, deplo...
Read more »
One of the big selling points of React Native, aside from its technical abilities, is its emphasis on good DX- Developer Experience.
Read more »
Create a smart contract and deploy it to the Ethereum blockchain, using the minimum toolset required: Remix, Metamask, and any text editor. (more…)
Read more »
👻 Primitive, flexible state management for React. Contribute to pmndrs/jotai development by creating an account on GitHub. (more…)
Read more »
The Redux philosophy is that you keep all your data in a single store and operate on it via actions. Since react is technically just a view library and redux is technically just a state management library, a lot of architectural and design decisions need ... (more…)
Read more »