Нема описа

Keyi f6c62f339f Removed css files пре 8 година
public 2f6e2222d6 Cleaned the html file пре 8 година
src f6c62f339f Removed css files пре 8 година
.gitignore 69d5fb9514 Ignores the tern and emacs related temp and conf files. пре 8 година
.yarnclean e01b23b246 Update code style пре 8 година
README.md d1005b50b9 Updated read with some thoughts пре 8 година
package.json e01b23b246 Update code style пре 8 година
yarn.lock e01b23b246 Update code style пре 8 година

README.md

This project is a collection of common UI components powered by React.js.

Install

In the source folder:

npm install
npm start

A development server will be ready and listen on localhost:3000.

Components

  • Toggle
  • Tabs
  • Simple counter managed by Redux
  • Modal
  • Slide Show

Thoughts

Managing the state of components in an application is made easy by React. State change triggers event function that will be propagated automatically to children components. Redux reinforces this pattern by enforcing the principle of single source of truth. In the end, with React-Redux model, UI management evolves to fancy manipulation of a single client side data base.