https://github.com/scriptraccoon/week-planning-react
Basic week planner in which plans for every week can be managed (React version)
https://github.com/scriptraccoon/week-planning-react
Last synced: over 1 year ago
JSON representation
Basic week planner in which plans for every week can be managed (React version)
- Host: GitHub
- URL: https://github.com/scriptraccoon/week-planning-react
- Owner: ScriptRaccoon
- License: mit
- Created: 2024-01-08T23:12:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T00:07:47.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:50:05.302Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://week-planner-react.netlify.app
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Week Planner (React version)
I have written the same app in Svelte and React. This is the React version. They will be presented on my channel to compare the concepts and developer experience of both frameworks.
https://week-planner-react.netlify.app
It is a basic week planner in which plans for every week can be managed. Plans are saved in local storage of the browser.
## Comparison of bundle sizes
This is the size of the bundled, built assets (CSS + JS). Both versions use Vite.
- [React version](https://github.com/ScriptRaccoon/week-planning-react): **231.4 KB** (gzip: **71.93 KB**)
- [Svelte version](https://github.com/ScriptRaccoon/week-planning-svelte): **33.27 KB** (gzip: **12.74 KB**)
These results are quite shocking and are similar to the findings of my earlier [framework comparison project](https://github.com/ScriptRaccoon/shopping-list-frameworks).