MiniNext: Fastify + Vite (React) + whatever you want

Starting from @fastify-vite react-kitchensink starter template I'm exploring how to include all the features I would generally use in a React App, such as:

Apart from that, I went through testing all the features inside the react-kitchensink starter, the most interesting one being React Server Components, you can find the example under /actions/data;

For releasing the app, I used Docker, deployed over https://fly.io/ using github actions, i.e. every time I push on main.

Many thanks to @galvez for the awesome project fastify-vite!