Anthem
Anthem copied to clipboard
React waterfall
🚨 NOTICE: Sorry, I haven't maintained this project for a long time, so this project is for reference and experiment only.
Chinese
Intro
Waterfalls like Pinterest、huaban.com、faxianla.com By using Redux + react-redux + styled-components + immutable.js
Run dev condition
node v8.x Images from develop server koa2 Packaging webpack3
Concepts and principles of Anthem origin from google
https://developers.google.com/web/updates/2016/07/infinite-scroller
Demo
Usage
# clone
git clone https://github.com/yuanzhhh/Anthem.git
# install
cd Anthem && npm install or yarn
# dev
npm run dev
# build for production
npm run build