Giter VIP home page Giter VIP logo

reactboilerplate-new's Introduction

React Boilerplate: DEMO

Full-Stack REACT & Redux - Created: 6 October 2016

DESCRIPTION:

Cannibalized from Templates and Boilerplates from around the web.

  • Uses apisauce for API calls. See API README.md for details.
  • Uses redux-sagas to call customized api methods.
  • Uses redux_sauce to create Types, Creators & Reducer.
  • Uses redux-logger to allow for informative workflow from the devtools console.
  • Uses redux-devtools-extension to allow for a macro perspective picture of your current store's state.
  • Configured for front end environment variables using webpack.DefinePlugin().
  • Airbnb Style Guide implemented.

Setup:

  • npm i to install dependencies
  • npm start for development server
  • npm run build for production server

NOTE: I Highly recommend running npm update --save to update package json before running npm start or npm build.

NOTE on Reducers:

This bp's Redux reducer methods rely on the developer to customize the logic to maintain immutability of state. This was done intentionally to strengthen developers abilities in manipulating state. If this feels cumbersome, I highly recommend using seamless-immutable (refs below) to outsource this process in a very clean, and simple way.

Helper Libraries:

Suggested Libraries:

Influences:

Updates:

  • December 1st 2016:
    • Extensive refactor to entire project. WARNING in the process of re-factoring package.json and webpack.config for smoother deployment however process is not yet complete. Will update here when it's finished and GTG.
  • December 2nd 2016:
    • Finished major refactor and deployment. Click the "DEMO" link above to check out the latest working version. Thanks for the interest.

ScreenShots:

  • Terminal

reactboilerplate-new's People

Contributors

amazingandyyy avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.