An open API service indexing awesome lists of open source software.

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)

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).