タグ reduxjs
人気順 10 users 50 users 100 users 500 users 1000 users2023-12-08のJS: Redux 5.0.0、Vitest 1.0.0、Astro 4.0
JSer.info #672 - Redux Toolkit v2.0.0に関連してRedux 5.0.0がリリースされました。 Release v5.0.0 · reduxjs/redux Redux 5.0.0では、TypeScriptへの書き換え、CJS/ESMのdual packageに変更、ES2020形式で出力するように変更。 また、createStoreを非推奨として、Redux Toolkitへの移行を推奨しています。 Release v... 続きを読む
GitHub - reduxjs/redux-starter-kit: A simple set of tools to make using Redux easier
Dismiss Join GitHub today GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together. Sign up 続きを読む
redux-devtools/packages/react-json-tree at master · reduxjs/redux-devtools · GitHub
React JSON Viewer Component, Extracted from redux-devtools. Supports iterable objects, such as Immutable.js. Usage import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // Inside a React component: const json = { array: [1... 続きを読む