Giter Site home page Giter Site logo

acmesquita / template-react-redux-hooks Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 600 KB

Template de uma aplicação React + Redux utilizando os Hooks

Home Page: https://acmesquita.github.io/template-react-redux-hooks/

HTML 42.16% JavaScript 51.20% CSS 6.64%
react redux reduxsauce ducks-pattern react-hooks redux-hooks

template-react-redux-hooks's Introduction

Template React Redux com Hooks

Template para criação de projetos em React com Redux, utilizando os hooks. Além do padrão Duck Pattern e Redux Sauce para organização e otimização na construção dos reduces e actions.

Utilizar

1º Baixar template

  git clone https://github.com/acmesquita/template-react-redux-hooks.git nome_do_projeto

2º Renomear projeto

package.json

  {
    "name": "nome_do_projeto"
  }

3º Comente ou remova o exemplo

src/store/reducer/index.js

  import { combineReducers } from 'redux';

  // import exampleReducer from './example-reducer'

  export default combineReducers({
    // exampleReducer,
  })

ou

  import { combineReducers } from 'redux';

  export default combineReducers({

  })

Pronto!!!

O projeto já estará pronto para a criação do seu projeto completamente configurado e seguindo as melhores práticas!

Aproveite e vamos codar!

template-react-redux-hooks's People

Contributors

acmesquita avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

template-react-redux-hooks's Issues

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.