/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

chanhdai.com
| | willhaley.com
4.7 parsecs away

Travel
| | Although D3.js is a powerful visualization tool, the goal of this guide is to display a map of the US using SVG and React without the need for D3. One of the most crucial aspects of this map is a complex JSON file that describes the shape of every state. Using existing source data from bl.ocks.org user Pasha as a template, I created my own states.json file which you are free to use as you like. This entire project is modeled on the demo from Pasha.
| | sandroroth.com
3.4 parsecs away

Travel
| | In React data flows one-way, from top to bottom. It does not support two-way data binding for good reasons. However, we can use Hooks to implement a pseudo two-way data binding.
| | wojtek.im
5.5 parsecs away

Travel
| | Using React Compiler with Next.js 15 sometimes causes strange build errors on Vercel.
| | bradgarropy.com
20.1 parsecs away

Travel
| [AI summary] A tutorial on building a React-powered image slider component with automatic transitions and image preloading.