|
You are here |
felipeelias.github.io | ||
| | | | |
scastiel.dev
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Begin counting on your terms. | |
| | | | |
wojtek.im
|
|
| | | Using React Compiler with Next.js 15 sometimes causes strange build errors on Vercel. | ||