/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

felipeelias.github.io
| | scastiel.dev
8.6 parsecs away

Travel
| | React is living something these days. Although it was created as a client UI library, it can now be used to generate almost everything from the server. And we get a lot from this change, especially when coupled with Next.js. Let's use Server Components and Actions to build something fun: a guestbook.
| | jmmv.dev
7.4 parsecs away

Travel
| | Treat the code that implements a CLI utility to the highest standards. Let's step back for a moment. In any graphical application, there always is a chunk of code to deal with the interface of the tool and there is another chunk of code to do the "real work" behind the interface, possibly split into multiple logical layers. This basic split of presentation vs. logic is essential for the maintainability of the code. The same is equally true for CLI tools: the code that interacts with the console is the presentation layer, and anything else is part of the backend.
| | blog.damato.design
7.8 parsecs away

Travel
| | Begin counting on your terms.
| | wojtek.im
16.6 parsecs away

Travel
| Using React Compiler with Next.js 15 sometimes causes strange build errors on Vercel.