Coder Social home page Coder Social logo

makingsense / react-redux-starter-app Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 4.0 195 KB

React+Redux starter app with essential development tools

License: MIT License

JavaScript 99.36% HTML 0.64%
react redux javascript seed starter babel jslint testing webpack

react-redux-starter-app's Introduction

React+Redux starter app Build Status

Starter application/kit containing the minimum set of frameworks/libraries/technologies to start working with React and Redux.

Motivation

Sometimes we've found ourselves doing the simplest setup for a particular framework/language, specially in the JavaScript world where these days you have tons of good libraries to help you out.

What do we usually look for? If we are talking about JavaScript then a testing framework, a linting tool and a packaging/building well-known stablished process.

Setting up all these things might take some time so it makes sense to prepare something solid and reuse it. There are a lot of awesome boilerplate/templates out there. Unfortunately most of them contains a fair amount of stuff that I don't use or need.

The idea behind this starter app/kit is that you only have the minimum to start developing an application with React and Redux, testing, linting, packaging/building included. There is not a backend dependency. There is not a database to set up. And there is not a single CSS framework applied. You're completely free.

Included tech/framework/library

Tech Insights
React The core JavaScript UI library.
Redux Manage the state of the application.
Babel Safely use the next generation JavaScript.
webpack Bundle all the assets.
Jest Testing framework.
Enzyme Testing utilities.
ESLint Linting utility.
EditorConfig Define file formats and coding styles for all Editors/IDEs.

Installation

npm install

Run

For development you can simple type:

npm start

Build

For production deployments:

npm run build

Validate

Whether you run start or build scripts both will execute first a validation script which is in charge of running the linting and testing validations.

npm run validate

You can run them in isolation too:

npm run lint
npm test

Alternatives

There is a big chance this project does not fulfill your needs. We recommend these fantastic alternatives:

  1. Create React App
  2. react slingshot

Both of them have been here for some time and have very nice communities and support. Please, chech those out!

react-redux-starter-app's People

Contributors

matiasbeckerle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

react-redux-starter-app's Issues

Implement Redux-Saga

This is a placeholder in order to review the addition of redux sagas based on our extended version of this seed with Sagas

Add e2e testing

Research and evaluate the different alternatives and implement the most standard between the community but also the less invasive.

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.