Skip to content

Demo of React app with BEM structure and build and Reflux as Flux implementation

Notifications You must be signed in to change notification settings

tyv/bem-react-reflux

Repository files navigation

BEM + React + Reflux

This is a simple demo of combining modern front-end technologies.

##BEM

##react-tools.blocks

  • react.js and reflux.js copy or React http loader, that provide React as a module in ym
  • bem-cn lib for bem class names

##Main Idea To demonstrate technologies encapsulation in BEM architecture.

./desktop.blocks/my-block
|
|--_actions
|  |--my-block__actions.js
|
|--_store
|  |--my-block__store.js
|
|--my-block.styl
|--my-block.jsx
|--my-block.deps.js
|

##Install and run Clone this repo and run

npm i && npm start

About

Demo of React app with BEM structure and build and Reflux as Flux implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages