/react-duck-pattern

Learning the Redux Duck pattern to improve the scalability of big React applications.

Primary LanguageTypeScript

React Duck Pattern

React Logo

This project was created while learning about Redux

This repository contains a project with React and Duck pattern in order to improve the architecture of big applications and their scalability.

Para utilizá-lo você necessitará da versão mais recente do Node.js e do npm.

Instalação

git clone https://github.com/MurylloEx/react-duck-pattern.git
cd react-duck-pattern
npm install
npm start

Metadados

Muryllo Pimenta – muryllo.pimenta@upe.br

Distribuído sobre a licença MIT. Veja LICENSE para mais informações.

Contribuição

  1. Fork it (https://github.com/MurylloEx/react-duck-pattern/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request