Introduction
I always want to build an application that has a dashboard. I decided to start building the dashboard using the GitHub API. I started the project called git-board which is is a dashboard for the top 100 repositories based on GitHub Stars... (more…)
Read more »
Hermes is now available for iOS as well. Find out more about this JS engine - check the first part of our series on bringing Hermes to iOS. (more…)
Read more »
Redux, the poster child for JS fatigue. Reducers, transmorgers, monads, flirzoozers and mononoidadz.
Read more »
In the "Start a New React Project" section of the docs, Vite (and Parcel) are currently mentioned at the bottom of a collapsible toggle "Can I use React without a framework", hidden by default. The... (more…)
Read more »
For fun, here's a proof-of-concept based on an idea by @sebmarkbage.
If a promise is passed to React.createElement, on initial mount, React waits for the promise to resolve to a React element type....
Read more »