/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

markus.oberlehner.net
| | blog.somewhatabstract.com
2.8 parsecs away

Travel
| | [AI summary] The author discusses implementing server-side rendering (SSR) for a React application, focusing on rendering a React component into HTML and integrating it into a page template.
| | krasimirtsonev.com
2.5 parsecs away

Travel
| | The tiniest presentation framework / I did roughly 50 talks over the years, and for almost all of them, I used Reveal.js. I like it because it's HTML-based. I have complete control of everything and can easily publish the slides online. However, one thing bugs me every single time - the size of my content. I want to use all the available space. This becomes very important when I'm showing code to people. That's why I wrote SimPre. It's a 10KB HTML presentation framework that properly scales and positions my content.
| | devtails.xyz
2.5 parsecs away

Travel
| | I've attempted to reduce this all down to the simplest implementation possible to help understand how RSCs work
| | classic.yarnpkg.com
14.8 parsecs away

Travel
| Projects tend to grow over time, and, occasionally, some pieces of a project can be useful elsewhere in other projects. For example, Jest, being a generic te...