Code Monkey home page Code Monkey logo

create-react-redux-router-app's Introduction

create-react-redux-router-app

Installation

Install it once, globally

npm install -g create-react-redux-router-app

Creating a new app

To create a new app, run

create-react-redux-router-app my-app-name

What this package is:

A thin wrapper around create-react-app

This project is a thin wrapper around Facebook's create-react-app but adds the following common libraries needed for most medium to large-sized web apps:

What this package is not:

A replacement for create-react-app

This project is not a replacement for create-react-app, but rather a thin wrapper around it. Apps created using this project are not ejected out of create-react-app and can still be upgraded to newer versions of react-scripts as needed. This project also includes all the same scripts included with create-react-app for running a development server and building production versions.

A full-stack solution

create-react-redux-router-app makes no assumptions about the backend of your app. This project is opinionated, however, about the packages you should use for state-management and url routing.

What you get?

create-react-redux-router-app not only installs the latest versions of the above-described packages, but also overwrites some of the default template files included with create-react-app, specifically:

  • App.js - imports a connect() function from react-redux and connects <App /> to the Redux store.
  • index.js - This file wraps the <App/> component included with create-react-app in the <Provider/> component imported from react-redux, and the <BrowserRouter/> component imported from react-router-dom.
  • store.js - This file imports createStore() from redux and exports as the default export a Redux store with a basic reducer.

Why is the name so horribly long?

Because you'll save so much time not having to write boilerplate code to setup your state management and routing that you can afford the extra characters in your terminal command.

Also it's descriptive.

create-react-redux-router-app's People

Contributors

chrisjpatty avatar

Watchers

James Cloos avatar Ahmad Awais โŒ˜ 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.