odragora / react-redux-posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Posts feed sample project built with React and Redux.

What's inside


NOTE

The project is based on create-react-app. All its dependencies are abstracted away. If you need to take full control on the project configuration (Webpack configs, for example), read more here.


  • React — a powerful JS library for building UI
    • prop-types — typechecking in React components
    • react-a11y — check for accessibility issues in React components
    • react-router — routing
    • react-router-redux — keep Redux in sync with router
  • Redux
    • redux-actions — reduce boilerplate, standartize actions
    • redux-thunk — manage async actions and side-effects
    • redux-logger — track what is happening with the store
  • reselect — don't recompute selection
    • re-reselect — cache selection, use in multiple instancies
  • semantic-ui — build modern UI quickly
  • whatwg-fetch — make web requests via standardized feature

How do I get set up?

  • npm install or yarn install
  • npm run or yarn run — init local dev server, your browser will open main page on localhost

About


Languages

Language:JavaScript 95.5%Language:HTML 4.3%Language:CSS 0.2%