Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-redux-bp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-bp

A minimalistic template for starting a React-Redux application.

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 07 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc