React envs use Typescript as their default compiler.
- To learn how to run Typescript, see Using Typescript.
- To learn how to change the Typescript configuration see Configuration.
- To learn how to update the Typescript version see Update Typescript version.
- For troubleshooting, see Typescript troubleshooting.
- To replace Typescript with Babel, see Using Babel - coming soon!
React envs use Jest as their default tester.
- To learn how to run Jest, see Using Jest.
- To learn how to change the Jest configuration see Configuration.
- To learn how to update the Jest version see Update Jest version.
- To replace Jest with Mocha, see Using Mocha. - coming soon!
React envs use ESLint as their default linter.
- To learn how to run ESLint, see Using ESLint.
- To learn how to change the Jest configuration see Configuration.
- To learn how to update the Jest version see Update Jest version.
React envs use Prettier as their default formatter.
- To learn how to run Prettier, see Using Prettier.
- To learn how to change the Prettier configuration see Configuration.
- To learn how to update the Prettier version see Update Prettier version.