{"id":13761933,"url":"https://github.com/treetips/typescript-nextjs-redux-toolkit-material-ui-example","last_synced_at":"2025-03-16T15:32:56.495Z","repository":{"id":41202321,"uuid":"258836798","full_name":"treetips/typescript-nextjs-redux-toolkit-material-ui-example","owner":"treetips","description":"TypeScript v3.8, Next.js v9, Redux Toolkit, Material-UI v4, react-hooks, SSR live demo","archived":false,"fork":false,"pushed_at":"2023-01-06T04:24:48.000Z","size":1866,"stargazers_count":81,"open_issues_count":8,"forks_count":28,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-12T02:51:17.770Z","etag":null,"topics":["createasyncthunk","createentityadapter","material-ui","nextjs","react-hooks","redux","redux-toolkit","ssr","typescript"],"latest_commit_sha":null,"homepage":"https://typescript-nextjs-redux-toolkit-material-ui-example.now.sh/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/treetips.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-25T17:42:17.000Z","updated_at":"2024-08-29T08:51:34.000Z","dependencies_parsed_at":"2023-02-05T07:16:56.964Z","dependency_job_id":null,"html_url":"https://github.com/treetips/typescript-nextjs-redux-toolkit-material-ui-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Ftypescript-nextjs-redux-toolkit-material-ui-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Ftypescript-nextjs-redux-toolkit-material-ui-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Ftypescript-nextjs-redux-toolkit-material-ui-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treetips%2Ftypescript-nextjs-redux-toolkit-material-ui-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treetips","download_url":"https://codeload.github.com/treetips/typescript-nextjs-redux-toolkit-material-ui-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221665574,"owners_count":16860282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["createasyncthunk","createentityadapter","material-ui","nextjs","react-hooks","redux","redux-toolkit","ssr","typescript"],"created_at":"2024-08-03T14:00:31.703Z","updated_at":"2024-10-27T10:51:28.808Z","avatar_url":"https://github.com/treetips.png","language":"TypeScript","funding_links":[],"categories":["Nextjs Projects"],"sub_categories":[],"readme":"# typescript-nextjs-redux-toolkit-material-ui-example\n\nThis is a sample for `server-side rendering` using `TypeScript` , `Next.js` , `Redux Toolkit` , and `Material-UI` .\n\nI also used the latest features such as `createSlice` , `createAsyncThunk` , and `createEntityAdapter` .\n\n`VSCode` , `prettier` and `ESLint` provide real-time formatting, syntax checking and organizing of unused imports.\n\nこれは、 `TypeScript` , `Next.js` , `Redux Toolkit` , `Material-UI` を使った `サーバーサイドレンダリング` に対応したサンプルです。\n\n`createSlice` ・ `createAsyncThunk` ・ `createEntityAdapter` といった最新機能も使ってみました。\n\n`VSCode` と `prettier` と `ESLint` によって、リアルタイムに整形と構文チェックと未使用 import の整理が行われます。\n\n## Live demo\n\n[live demo](https://typescript-nextjs-redux-toolkit-material-ui-example.now.sh/)\n\n## Features\n\n- [Visual Studio Code](https://code.visualstudio.com/)\n- [Typescript](https://www.typescriptlang.org/)\n- [Next.js](https://nextjs.org/)\n- [Material-UI](https://material-ui.com/)\n- [material-table](https://material-table.com/#/)\n- [Redux](https://redux.js.org/)\n- [Redux Toolkit](https://redux-toolkit.js.org/)\n    - [createSlice](https://redux-toolkit.js.org/api/createSlice)\n    - [createAsyncThunk](https://redux-toolkit.js.org/api/createAsyncThunk)\n    - [createEntityAdapter](https://redux-toolkit.js.org/api/createEntityAdapter)\n    - [createSelector](https://redux-toolkit.js.org/api/createSelector)\n    - It using most of the major features of the redux toolkit !!\n- [ESLint](https://eslint.org/)\n\n## Requirement\n\n- [Google Chrome](https://www.google.com/intl/ja_ALL/chrome/)\n- [Visual Studio Code](https://code.visualstudio.com/)\n- TypeScript v3.7 or higher( [require Optional Chaining](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#optional-chaining) )\n\n## Install Google Chrome addon\n\n- [Redux DevTools](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=ja)\n\n## Recommended VSCode addons\n\n- [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)\n- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)\n- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n\n## Usage\n\n### Download and install\n\n```bash\ngit clone https://github.com/treetips/typescript-nextjs-redux-toolkit-material-ui-example.git\ncd typescript-nextjs-redux-toolkit-material-ui-example\nnpm i\n```\n\n### Start local\n\n```bash\nnpm run dev\n```\n\n### Build and start production express server\n\n```bash\nnpm run build\nnpm start\n```\n\n## Related repository\n\n* [typescript-nextjs-redux-material-ui-example](https://github.com/treetips/typescript-nextjs-redux-material-ui-example)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreetips%2Ftypescript-nextjs-redux-toolkit-material-ui-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreetips%2Ftypescript-nextjs-redux-toolkit-material-ui-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreetips%2Ftypescript-nextjs-redux-toolkit-material-ui-example/lists"}