General framework
These websites can be references for your design ideas
General framework
Recoil
- A state management library for React.
https://recoiljs.org/ (opens in a new tab)
Redux
- A Predictable State Container for JS Apps.
https://redux.js.org/ (opens in a new tab)
MobX
- Simple, scalable state management with OOP.
https://mobx.js.org/README.html (opens in a new tab)
xstate.js
- JavaScript and TypeScript finite state machines and statecharts for the modern web.
https://xstate.js.org/ (opens in a new tab)
zustand
- Bear necessities for state management in React.
https://github.com/pmndrs/zustand (opens in a new tab)
jotai
- π» Primitive and flexible state management for React.
https://github.com/pmndrs/jotai (opens in a new tab)
little-state-machine
- π React custom hook for persist state management.
https://github.com/beekai-oss/little-state-machine (opens in a new tab)
xoid
- Framework-agnostic state management library designed for simplicity and scalability.
https://xoid.dev/ (opens in a new tab)
General framework
Next.js
- The React Framework for Production.
https://nextjs.org/ (opens in a new tab)
Gatsby
- Fast and flexible framework that makes building websites with any CMS, API, or database fun again.
https://www.gatsbyjs.com/ (opens in a new tab)
Vite
- Next Generation Frontend Tooling.
https://vitejs.dev/ (opens in a new tab)
Remix
- Focused on web fundamentals and modern UX, youβre simply going to build better websites.
https://remix.run/ (opens in a new tab)
Astro
- Astro is a new kind of static site builder for the modern web. Powerful developer experience meets lightweight output.
https://astro.build/ (opens in a new tab)
Desktop apps development
- tauri
- Build smaller, faster, and more secure desktop applications with a web frontend.
https://github.com/tauri-apps/tauri (opens in a new tab)
- neutralinojs
- Portable and lightweight cross-platform desktop application development framework.
https://github.com/neutralinojs/neutralinojs (opens in a new tab)
Desktop Extention
- plasmo
- The browser extension framework.
https://github.com/PlasmoHQ/plasmo (opens in a new tab)