This project is created to compare and contrast working with Svelte and React as I go through the challenges of Advent of Svelte (2023).
This is a monorepo using Turborepo.
There are three main apps:
There are two main components:
The goal of this project is to figure out how true a common complaint of Svelte 5 is, which is that it is basically/feels like React now. I am curious if this sentiment is warrented
TODO
I have used Svelte 4 in the past occasionally, but not to the extent of working heavily working with it in SvelteKit (most of the work was as a static site app). I have used Svelte 5 primarily with Astro, so I don't know how much has changed with SvelteKit with respect to Svelte 5. I don't have much React knowledge beyond looking at some JSX.