This repository was archived by the owner on Feb 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# React Webpack Typescript Starter
2
2
> Minimal starter with hot module replacement (HMR) for rapid development.
3
3
4
- * ** [ React] ( https://facebook.github.io/react/ ) ** (17 .x)
4
+ * ** [ React] ( https://facebook.github.io/react/ ) ** (18 .x)
5
5
* ** [ Webpack] ( https://webpack.js.org/ ) ** (5.x)
6
6
* ** [ Typescript] ( https://www.typescriptlang.org/ ) ** (4.x)
7
7
* ** [ Hot Module Replacement (HMR)] ( https://webpack.js.org/concepts/hot-module-replacement/ ) ** + [ Fast Refresh] ( https://github.com/pmmmwh/react-refresh-webpack-plugin )
8
- * Production build script ([ Webpack] ( https://webpack.js.org/ ) )
9
- * Image loading/minification ([ Image Webpack Loader] ( https://github.com/tcoopman/image-webpack-loader ) )
8
+ * Image support ([ Image Webpack Loader] ( https://github.com/tcoopman/image-webpack-loader ) )
10
9
* [ SASS] ( http://sass-lang.com/ ) support
10
+ * Production build script ([ Webpack] ( https://webpack.js.org/ ) )
11
11
* Code linting ([ ESLint] ( https://github.com/eslint/eslint ) ) and formatting ([ Prettier] ( https://github.com/prettier/prettier ) )
12
- * Test framework ([ Jest] ( https://facebook.github.io/jest/ ) )
12
+ * Test frameworks ([ Jest] ( https://facebook.github.io/jest/ ) + [ React Testing Library ] ( https://testing-library.com/docs/react-testing-library/intro ) )
13
13
14
14
## Installation
15
15
1 . Clone/download repo
You can’t perform that action at this time.
0 commit comments