
React in a Nutshell
This page covers the essentials of React. A React component is simply a function that outputs HTML and manages its own state.
This page covers the essentials of React. A React component is simply a function that outputs HTML and manages its own state.
The NostalgiaPHP Manifesto Keep it simple. If all you need is to show content and sprinkle in a little JavaScript, this is the easiest way I know to publish a site. Essentials…
Overview What is NostalgiaPHP? NostalgiaPHP is a lightweight site engine that treats your whole website like a folder. Portable → your entire site is just files; zip it, copy it…
Why NostalgiaPHP? The Problem Most ways to build a simple website today are overkill: WordPress → instantly drags in a DB, admin UI, plugins, themes, update cycles, PHP version…
NostalgiaPHP vs Astro Both are tools for building content-heavy sites. Both lean on files, not databases. But one is caveman simple, and the other is modern meta-framework…
NostalgiaPHP vs Ruby on Rails Framework heavyweight meets folder of files. Rails in a Nutshell Rails popularized the modern web framework: MVC, migrations, scaffolding, ORM…
NostalgiaPHP vs SvelteKit Two very different tools… with the same nostalgic goal: 👉 Make building websites feel simple again. 🐘 NostalgiaPHP No build step. PHP runs directly in…
NostalgiaPHP vs Early WordPress Similarities PHP everywhere Early WordPress themes were just .php files mixing HTML + PHP. NostalgiaPHP does the same — e.g. templates/main.php…
Hello World Welcome to the first post. Edit me at content/collections/blog/hello-world.md.