General framework
These websites can be references for your design ideas
General State 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)
valtio
- π Valtio makes proxy-state simple for React and Vanilla.
https://github.com/pmndrs/valtio (opens in a new tab)
easy-peasy
- Vegetarian friendly state for React.
https://github.com/ctrlplusb/easy-peasy (opens in a new tab)
@legendapp/state/react
- Super fast and powerful state library for JavaScript apps.
https://github.com/LegendApp/legend-state (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)
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)
Other framework
- docusaurus
- Build optimized websites quickly, focus on your content.
https://docusaurus.io/ (opens in a new tab)
- Nextra
- Next.js Static Site Generator.
https://nextra.site/ (opens in a new tab)
React related framework
qwik
- Deliver instant apps at scale.
https://qwik.builder.io/ (opens in a new tab)
preactjs
- Fast 3kB alternative to React with the same modern API.
https://preactjs.com/ (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)
React enhancement
million.js
- Make React 70% faster.
https://million.dev/ (opens in a new tab)