All Projects β†’ MacKentoch β†’ react-redux-nextjs-material-ui-pwa-starter

MacKentoch / react-redux-nextjs-material-ui-pwa-starter

Licence: other
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-redux-nextjs-material-ui-pwa-starter

next-react-boilerplate
πŸ”₯ NextJS with additional tech feature like react-boilerplate. Demo >>
Stars: ✭ 20 (-39.39%)
Mutual labels:  next, pwa-boilerplate
opendaylight-sample-apps
Sample applications for use with OpenDaylight (https://www.opendaylight.org/)
Stars: ✭ 56 (+69.7%)
Mutual labels:  next
gnlTester
Tester for the get_next_line project of 42 school
Stars: ✭ 87 (+163.64%)
Mutual labels:  next
Next
🦍 A configurable component library for web built on React.
Stars: ✭ 4,045 (+12157.58%)
Mutual labels:  next
next-ts-graphql-apollo-starter
An opiniated Next powered starter which include support for Apollo with GraphQL SSR support, codegen, styled component / system, framer motion and Cypress
Stars: ✭ 18 (-45.45%)
Mutual labels:  next
Next I18next
The easiest way to translate your NextJs apps.
Stars: ✭ 2,818 (+8439.39%)
Mutual labels:  next
cv-app
Cv Builder, Resume Builder
Stars: ✭ 48 (+45.45%)
Mutual labels:  next
nuro.dev
🌿 Personal Portfolio
Stars: ✭ 260 (+687.88%)
Mutual labels:  next
svelte-pwa-now
A PWA ready Svelte v3.0 starter template with Tailwind, Now integration and optional Typescript suppot
Stars: ✭ 138 (+318.18%)
Mutual labels:  pwa-boilerplate
Create Next App
Create Next.js apps in one command
Stars: ✭ 2,783 (+8333.33%)
Mutual labels:  next
dogstudio-next-starter
Opinionated Next.js starter by Dogstudio
Stars: ✭ 66 (+100%)
Mutual labels:  next
netease-music-app
η½‘ζ˜“δΊ‘ιŸ³δΉη§»εŠ¨η«―γ€React/Next/Vue】【Ant Design/Material UI】
Stars: ✭ 95 (+187.88%)
Mutual labels:  next
React Awesome Slider
React content transition slider. Awesome Slider is a 60fps, light weight, performant component that renders an animated set of production ready UI general purpose sliders with fullpage transition support for NextJS and GatsbyJS. πŸ–₯️ πŸ“±
Stars: ✭ 2,343 (+7000%)
Mutual labels:  next
pablopunk.com
Blazing fast personal website with Jamstack
Stars: ✭ 16 (-51.52%)
Mutual labels:  next
react-redux-nextjs-bootstrap-starter
next + react + redux + bootstrap starter
Stars: ✭ 24 (-27.27%)
Mutual labels:  next
ask-me-bro
Every question has an answer. Learn and share knowledge with others. Askmebro.
Stars: ✭ 48 (+45.45%)
Mutual labels:  next
harshhhdev.github.io
Harsh Singh's personal blog and portfolio ⚑ built with Next.js
Stars: ✭ 23 (-30.3%)
Mutual labels:  next
Serverless Next.js
⚑ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+8921.21%)
Mutual labels:  next
next-banner
πŸ–ΌοΈ Generate Open Graph images for Next.js on build
Stars: ✭ 45 (+36.36%)
Mutual labels:  next
next-all-in
πŸ—ƒβš›οΈ Next starter for creating any type of site
Stars: ✭ 29 (-12.12%)
Mutual labels:  next

PWA: Next JS + Redux + Redux persist + redux-devtools-extension + Material UI starter

A progressive web app starter with NextJS, redux and bootstrap

preview

Detailed Content

Front:

  • Next js (4.x+ github πŸ”—)
  • React JS (16.x+ - github πŸ”—)
  • redux (as your application grows managing state will be a serious concern, save pain with Redux)
  • redux-persist (simplifies your NextJS state share between pages github πŸ”—)
  • localForage
  • react-redux (Redux is not specific to ReactJS, you could easily use it with Angular2 for instance)
  • redux-thunk (simple and does the job)
  • next-redux-wrapper
  • redux-devtools-extension (github πŸ”—)
  • material UI 1.x beta (github πŸ”—)
  • axios (github πŸ”— Why: simple, complete, isomorphic ...)

Tool chain:

fav icon

Usage

IMPORTANT: Next JS when redux connected

Install

npm install

Scripts

run dev with hot reload

Clone this repository, then install dependencies:

npm run start

build dev bundle

npm run build

start dev (no hot reload)

NOTE: ensure you built first before starting

npm run start

LICENSE

The MIT License (MIT)

Copyright (c) 2018 Erwan DATIN

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].