Vite <3 React
Vite & React starter kits
Vite, known for its instant dev server start & fast HMR for incremental updates, has completely reshaped the frontend bundlers’ (e.g. webpack) dev experience.
What’s better is that it offers first-class support for all mainstream UI frameworks including React, but what if we want more features like
- Next.js like FileSystem based routing
- Tailwindcss like atomic CSS
- Vitest for unit tests
- And more …
as a built-in to get started building features right away rather than wasting time on getting things setup again and again? I created a few templates 👇 for this reason.
Use Cases
Build Apps
Full-fledged version
<unknown url="https://app.notion.com/p/92fc9dd72e034035abe7b1fa32b2652d#c094479e299248b8875a3bb0fd43a85b" alt="external_object_instance"/>
Light-weight version
<unknown url="https://app.notion.com/p/92fc9dd72e034035abe7b1fa32b2652d#d51e7436b6b2457aa971d6d2bb124fa3" alt="external_object_instance"/>
Build Component Library
<unknown url="https://app.notion.com/p/92fc9dd72e034035abe7b1fa32b2652d#839abe8ca5034cae8727ecbdc9236179" alt="external_object_instance"/>
Hope it helps. Happy hacking 🥂
<unknown url="https://app.notion.com/p/92fc9dd72e034035abe7b1fa32b2652d#590dd45c3b254552ab0fc18bab661275"/>
Comments