react-redux-bp

1.0.1 • Public • Published

This project was bootstrapped with Create React App.

Getting Started

git clone https://github.com/robtaussig/reactReduxTemplate.git

cd reactReduxTemplate

yarn install

yarn start

//In new process

yarn watch-css
  • Root file located at src/App.jsx
  • Template for Containers located at src/SmartTemplate.jsx
  • Template for Components located at src/DumbTemplate.jsx

Without Changes

With Changes

#src/App.jsx

render () {
  return (
    <div className={'app'}>
      Welcome!
    </div>
  );
}

#src/App.scss

.app {
  font-size: 30px;
  color: dodgerblue;
  width: 500px;
  height: 500px;
  text-align: center;
  line-height: 300px;
}

UI Frameworks

Implementation Examples located in src/App.jsx

Material UI

git checkout material-ui

Styled Components

git checkout styled-components

Package Sidebar

Install

npm i react-redux-bp

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

336 kB

Total Files

24

Last publish

Collaborators

  • robtaussig