@@ -4,13 +4,13 @@ This is a sample for `server-side rendering` using `TypeScript` , `Next.js` , `R
4
4
5
5
I also used the latest features such as ` createSlice ` , ` createAsyncThunk ` , and ` createEntityAdapter ` .
6
6
7
- ` VSCode ` , ` prettier ` and ` TSLint ` provide real-time formatting, syntax checking and organizing of unused imports.
7
+ ` VSCode ` , ` prettier ` and ` ESLint ` provide real-time formatting, syntax checking and organizing of unused imports.
8
8
9
9
これは、 ` TypeScript ` , ` Next.js ` , ` Redux Toolkit ` , ` Material-UI ` を使った ` サーバーサイドレンダリング ` に対応したサンプルです。
10
10
11
11
` createSlice ` ・ ` createAsyncThunk ` ・ ` createEntityAdapter ` といった最新機能も使ってみました。
12
12
13
- ` VSCode ` と ` prettier ` と ` TSLint ` によって、リアルタイムに整形と構文チェックと未使用 import の整理が行われます。
13
+ ` VSCode ` と ` prettier ` と ` ESLint ` によって、リアルタイムに整形と構文チェックと未使用 import の整理が行われます。
14
14
15
15
## Live demo
16
16
@@ -30,7 +30,7 @@ I also used the latest features such as `createSlice` , `createAsyncThunk` , and
30
30
- [ createEntityAdapter] ( https://redux-toolkit.js.org/api/createEntityAdapter )
31
31
- [ createSelector] ( https://redux-toolkit.js.org/api/createSelector )
32
32
- It using most of the major features of the redux toolkit !!
33
- - [ TSLint ] ( https://palantir.github.io/tslint / )
33
+ - [ ESLint ] ( https://eslint.org / )
34
34
35
35
## Requirement
36
36
@@ -46,7 +46,7 @@ I also used the latest features such as `createSlice` , `createAsyncThunk` , and
46
46
47
47
- [ EditorConfig for VS Code] ( https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig )
48
48
- [ Prettier - Code formatter] ( https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode )
49
- - [ TSLint ] ( https://marketplace.visualstudio.com/items?itemName=eg2.tslint )
49
+ - [ ESLint ] ( https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint )
50
50
51
51
## Usage
52
52
0 commit comments