All Projects → MacKentoch → react-redux-nextjs-bootstrap-pwa-starter

MacKentoch / react-redux-nextjs-bootstrap-pwa-starter

Licence: other
a progressive web app starter with next js redux + redux-persist + bootstrap

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

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

Redux React Navigation Demos
React-Native + Redux + Redux-Persist + React Navigation ( Authentication Flow with Redux demos)
Stars: ✭ 151 (+118.84%)
Mutual labels:  starter, redux-persist
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 (-73.91%)
Mutual labels:  starter, next
react-redux-nextjs-bootstrap-starter
next + react + redux + bootstrap starter
Stars: ✭ 24 (-65.22%)
Mutual labels:  starter, next
dogstudio-next-starter
Opinionated Next.js starter by Dogstudio
Stars: ✭ 66 (-4.35%)
Mutual labels:  starter, next
Create React App Material Typescript Redux
A ready to use boilerplate for starting big react projects
Stars: ✭ 257 (+272.46%)
Mutual labels:  progressive-web-app, starter
next-ts-starter
A Next.JS powered Typescript starter with styled components, styled-system, framer motion, jest and cypress
Stars: ✭ 27 (-60.87%)
Mutual labels:  starter, next
next-saas-starter
⚡️ Free Next.js responsive landing page template for SaaS products made using JAMStack architecture.
Stars: ✭ 497 (+620.29%)
Mutual labels:  starter, next
go-echo-boilerplate
The fastest way to build a restful API with golang and echo framework. Includes common required features for modern web applications. A boilerplate project with golang and Echo.
Stars: ✭ 53 (-23.19%)
Mutual labels:  starter
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+11.59%)
Mutual labels:  redux-persist
gatsby-starter-kit
A set of starters for Gatsby.js
Stars: ✭ 99 (+43.48%)
Mutual labels:  starter
Alexa-skills-starters
💻 A collection of super cool Amazon Alexa skills for complete newbies. 💻
Stars: ✭ 24 (-65.22%)
Mutual labels:  starter
routex.js
🔼 Alternative library to manage dynamic routes in Next.js
Stars: ✭ 38 (-44.93%)
Mutual labels:  next
gatsby-pwa-demo
PWA Example: Progressive Web App E-Commerce with Gatsby.js
Stars: ✭ 68 (-1.45%)
Mutual labels:  progressive-web-app
react-intl-currency-input
React component for i18n currency input using Intl API.
Stars: ✭ 158 (+128.99%)
Mutual labels:  react16
eureka
HTML-first crack at a Flexible Media Browser progressively enhanced with React
Stars: ✭ 18 (-73.91%)
Mutual labels:  progressive-web-app
mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+39.13%)
Mutual labels:  react16
next-api-decorators
Collection of decorators to create typed Next.js API routes, with easy request validation and transformation.
Stars: ✭ 187 (+171.01%)
Mutual labels:  next
next-purgecss
nextjs + purgecss for smaller css bundles
Stars: ✭ 129 (+86.96%)
Mutual labels:  next
personal-website
My personal website, statically generated by Next.js
Stars: ✭ 16 (-76.81%)
Mutual labels:  next
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (-24.64%)
Mutual labels:  starter

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

A progressive web app starter with NextJS, redux and bootstrap

license

preview

Lighthouse tests

  • v0.1.1 lighthouse-0.1.1 a bit better for not that much efforts. Performance score would be far better without using bootstrap (actully fetched from https://maxcdn.bootstrapcdn.com)

  • v0.0.1 (first version: with no optimizations!) lighthouse-test pretty nice for an out of the box starting PWA starter!

Detailed Content

Front:

  • Next js (9.x+ github 🔗)
  • React JS (16.8.x+ - github 🔗)
  • redux (as your application grows managing state will be a serious concern, save pain with Redux)
  • redux-persist 5.x (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 🔗)
  • reactstrap (github 🔗)
  • axios (github 🔗 Why: simple, complete, isomorphic ...)

Tool chain:

  • Next js (9.x+ github 🔗)
  • Babel 7+ (custom babel)
  • Flow JS types

fav icon:

Usage

IMPORTANT: Next JS when redux connected

IMPORTANT: use Layout component on each Page:

  • Layout is the Layout (better to my mind than using _document) of each page
  • Layout component will register the service worker (registering an already registered service worker is no effect but ensures it will register at any page user would enter the application)

Install

yarn install

Scripts

run dev with hot reload

Clone this repository, then install dependencies:

yarn run start
build dev bundle
yarn run build
start dev (no hot reload)

NOTE: ensure you built first before starting

yarn run start

Donate

Do you use & ❤️ react-redux-nextjs-bootstrap-pwa-starter but you don’t find a way to show some love? If yes, please consider donating to support this project. Otherwise, no worries, regardless of whether there is support or not, I will keep maintaining this project. Still, if you buy me a cup of coffee I would be more than happy though 😄

Support via PayPal

LICENSE

The MIT License (MIT)

Copyright (c) 2019 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].