vite-material-ui
A Vite starter template for React, TypeScript, and MUI (by christopher-caldwell)
vite-jest
First-class Vite integration for Jest (by haoqunjiang)
vite-material-ui | vite-jest | |
---|---|---|
3 | 5 | |
45 | 406 | |
- | - | |
1.4 | 0.0 | |
over 1 year ago | almost 3 years ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vite-material-ui
Posts with mentions or reviews of vite-material-ui.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-10.
-
Vite doesn't show TypeScript errors/warning until build time
You can configure a checker as a plugin. I am using it in my example repo for usage with MUI
- Vite vs. Creeate-React-app
-
Experiences using Vite for React+Typescript projects?
Here is an example template I made for MUI, but it has the checker running along with ESLint just fine.
vite-jest
Posts with mentions or reviews of vite-jest.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-25.
-
Was it a mistake to start a really big project with create-react-app?
Even the most official workaround, vite-jest, still has issues to work through, like a lack of Windows support.
-
Migrating from Jest to Vitest
I had originally planned to keep using Jest during the migration of CRA to ViteJS, but I kept running into issues, mainly because Jest support for ES Modules is still experimental. There is a Vite plugin called vite-jest but it's still very much a work in progress.
- Create React App
-
Supercharge Web DX in Svelte way
Then I tried Vite. Vite also supports lots of things out of the box (especially ESM!). Its HMR - hot module replacement is blazing fast. I can also use plugin like vite-jest (switch to esbuild-jest later on) to replace Babel and speed up my tests. This is the first time I have a relatively "GOOD" DX.
- Experiences using Vite for React+Typescript projects?
What are some alternatives?
When comparing vite-material-ui and vite-jest you can also consider the following projects:
hydrogen - Hydrogen lets you build faster headless storefronts in less time, on Shopify.
parcel - The zero configuration build tool for the web. 📦🚀