Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 2c269cc

Browse files
committed
Update readme.
1 parent 6456106 commit 2c269cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# React Webpack Typescript Starter
22
> Minimal starter with hot module replacement (HMR) for rapid development.
33
4-
* **[React](https://facebook.github.io/react/)** (17.x)
4+
* **[React](https://facebook.github.io/react/)** (18.x)
55
* **[Webpack](https://webpack.js.org/)** (5.x)
66
* **[Typescript](https://www.typescriptlang.org/)** (4.x)
77
* **[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))
109
* [SASS](http://sass-lang.com/) support
10+
* Production build script ([Webpack](https://webpack.js.org/))
1111
* 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))
1313

1414
## Installation
1515
1. Clone/download repo

0 commit comments

Comments
 (0)