reduxjs / redux-templates

Official Redux templates for Vite, Create-React-App, and more
https://redux.js.org
MIT License
1.43k stars 255 forks source link

Create an official Vite+TS template #93

Closed markerikson closed 1 year ago

markerikson commented 1 year ago

Should be basically identical to our CRA+TS template.

It should include Vitest and ESLint, so that you get testing and the rules of hooks stuff like you would with CRA.

A couple existing templates to use for reference:

@nickmccurdy is up for doing the main work here