You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The React website changed its recommendation to frameworks like Next.js. However, it also mentions non-framework tools like Vite and Parcel.
Altough those tool don't have such nice documentation regarding unit tests and Jest, I think it would be good to change to them since Create React App is all but deprecated (last release in 2022.)
Page(s)
https://jestjs.io/docs/tutorial-react#setup-with-create-react-app
Description
The React Tutorial page currently says:
The React website changed its recommendation to frameworks like Next.js. However, it also mentions non-framework tools like Vite and Parcel.
Altough those tool don't have such nice documentation regarding unit tests and Jest, I think it would be good to change to them since Create React App is all but deprecated (last release in 2022.)
I would recommend cross linking to the Jest docs for Using Vite and Using Parcel.
Thanks!
The text was updated successfully, but these errors were encountered: