react-template icon indicating copy to clipboard operation
react-template copied to clipboard

Up-to date react template

Results 11 react-template issues
Sort by recently updated
recently updated
newest added

ESLInt warns about reassigning state in createSlice() ```js const langSlice = createSlice({ name: 'language', initialState, reducers: { setLanguage (state, action) { state.currentLang = action.payload; // Error! }, }, }); ```...

Add usage examples: - [ ] BaseIcon - [ ] Adaptive Video component - [ ] How to use template literal classnames with clsx & purgecss (to avoid it purge)...

example

Should add new plugin ```sh npm install --save-dev @babel/plugin-transform-runtime npm install --save @babel/runtime ``` #### **`.babelrc`** ``` { ... "plugins": [ ... ["@babel/plugin-transform-runtime"] ], "sourceType": "unambiguous" } ``` https://babeljs.io/docs/en/babel-plugin-transform-runtime#regenerator [You'll...

https://github.com/alexey-koren/bundlers-boilerplates/blob/95332b2ec6ea9f09c85c7563c7c35865cef63ff5/webpack.config.ts#L43 ``` devtool: isProduction ? 'source-map' : 'eval-source-map'``` helps to avoid chrome console warnings https://stackoverflow.com/questions/61767538/devtools-failed-to-load-sourcemap-for-webpack-node-modules-js-map-http-e

**Sections:** - [ ] Quick start - [ ] Installation - [ ] Scripts usage - [ ] Packages & their settings, purpose - [ ] Strongly recommended VSCode plugins...

documentation

Keep track of unstable package releases | Status | Package name | Version | | --- | --- | --- | | [x] | typescript-eslint | [rc-v8](https://www.npmjs.com/package/typescript-eslint) | | [...

configuration

### Breaking changes - drop [node](https://nodejs.org) **v20** support ### Docs * set **minimum** [node](https://nodejs.org) version to **22.13.1** & [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) **10.9.2** **recommended** [node](https://nodejs.org) version & `.nvmrc` to **23.7.0**, [pnpm](https://pnpm.io/installation) to **9.15.4**...

release

Replace archived [postcss-assets](https://www.npmjs.com/package/postcss-assets) plugin

configuration