All Projects → treetips → typescript-nextjs-redux-toolkit-material-ui-example

treetips / typescript-nextjs-redux-toolkit-material-ui-example

Licence: other
TypeScript v3.8, Next.js v9, Redux Toolkit, Material-UI v4, react-hooks, SSR live demo

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to typescript-nextjs-redux-toolkit-material-ui-example

max-todos
A basic Todo app developed in React.
Stars: ✭ 19 (-68.85%)
Mutual labels:  material-ui, react-hooks
react-ssr-starter
🔥 ⚛️ A React boilerplate for a universal web app with a highly scalable, offline-first foundation and our focus on performance and best practices.
Stars: ✭ 40 (-34.43%)
Mutual labels:  react-hooks, redux-toolkit
tmdb-viewer
A movie browsing/favoriting app
Stars: ✭ 63 (+3.28%)
Mutual labels:  material-ui, redux-toolkit
Frontend
마음을 잇는 현명한 소비 '잇다'🤝
Stars: ✭ 19 (-68.85%)
Mutual labels:  material-ui, react-hooks
react-daterange-picker
A react date range picker to using @material-ui. Live Demo: https://flippingbitss.github.io/react-daterange-picker/
Stars: ✭ 85 (+39.34%)
Mutual labels:  material-ui, react-hooks
Facebook-Messenger
This is a Facebook Messenger clone.You can comminicate to other at realtime.Used ReactJS, Material UI, Firebase, Firestore Database
Stars: ✭ 18 (-70.49%)
Mutual labels:  material-ui, react-hooks
usehooks-ts
React hook library, ready to use, written in Typescript.
Stars: ✭ 2,873 (+4609.84%)
Mutual labels:  material-ui, react-hooks
vesselize
⛵ A JavaScript IoC container that works seamlessly with Vue.js and React.
Stars: ✭ 22 (-63.93%)
Mutual labels:  react-hooks
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (-32.79%)
Mutual labels:  react-hooks
react-register-nodes
Register DOM Nodes in React
Stars: ✭ 32 (-47.54%)
Mutual labels:  react-hooks
pokedex
A simple Pokémon catalogue, built with React, Material-UI and PokéAPI.
Stars: ✭ 115 (+88.52%)
Mutual labels:  material-ui
android-material-design-in-practice
A project to demonstrate the latest material design principles with simple examples. It has additional examples on how to easily scale texts on different screen sizes without extra effort.
Stars: ✭ 67 (+9.84%)
Mutual labels:  material-ui
AmazonPrime-ReactJS-Clone
Amazon Prime Clone in ReactJS. I have made a Amazon Prime Clone web version in ReactSJ. All the data is dynamic and even has the facility of Watching Trailers. Play around with the app. Link given in ReadMe
Stars: ✭ 45 (-26.23%)
Mutual labels:  material-ui
Websocket-React-Chatroom
A chatroom powered by React-Hooks and Websocket🚀
Stars: ✭ 76 (+24.59%)
Mutual labels:  react-hooks
MaterialPreferences
🍉 An Android library that lets you implement MaterialPreferences on Setting UI.
Stars: ✭ 21 (-65.57%)
Mutual labels:  material-ui
clean-architecture-azure-cosmos-db
A starting point to build a web API to work with Azure Cosmos DB using .NET 5 and Azure Cosmos DB .NET SDK V3, based on Clean Architecture and repository design pattern. Partition key is also implemented through the repository pattern.
Stars: ✭ 277 (+354.1%)
Mutual labels:  material-ui
material-ui-umd
Разработка ui на React используя как систему сборки только TypeScript Compiler. Примеры кода, инструменты, umd дистрибутив библиотеки material-ui с файлом описания пространств имен глобального объекта
Stars: ✭ 14 (-77.05%)
Mutual labels:  material-ui
MASA.Blazor
Blazor component library based on Material Design. Support Blazor Server and Blazor WebAssembly.
Stars: ✭ 469 (+668.85%)
Mutual labels:  material-ui
thefront-preview
A professional React Kit that comes with plenty of ready-to-use Material-UI components that will help you to build faster & beautiful frontend pages.
Stars: ✭ 39 (-36.07%)
Mutual labels:  material-ui
react-class-hooks
React Hooks implementation for Class Components. Support React >= 15.3.2
Stars: ✭ 63 (+3.28%)
Mutual labels:  react-hooks

typescript-nextjs-redux-toolkit-material-ui-example

This is a sample for server-side rendering using TypeScript , Next.js , Redux Toolkit , and Material-UI .

I also used the latest features such as createSlice , createAsyncThunk , and createEntityAdapter .

VSCode , prettier and ESLint provide real-time formatting, syntax checking and organizing of unused imports.

これは、 TypeScript , Next.js , Redux Toolkit , Material-UI を使った サーバーサイドレンダリング に対応したサンプルです。

createSlicecreateAsyncThunkcreateEntityAdapter といった最新機能も使ってみました。

VSCodeprettierESLint によって、リアルタイムに整形と構文チェックと未使用 import の整理が行われます。

Live demo

live demo

Features

Requirement

Install Google Chrome addon

Recommended VSCode addons

Usage

Download and install

git clone https://github.com/treetips/typescript-nextjs-redux-toolkit-material-ui-example.git
cd typescript-nextjs-redux-toolkit-material-ui-example
npm i

Start local

npm run dev

Build and start production express server

npm run build
npm start

Related repository

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].