web-pal / react-trello-board

Trello like board based on React, Redux, React-dnd
http://react-trello-board.web-pal.com
1.63k stars 329 forks source link

Split into component library and sample app #9

Open andywer opened 7 years ago

andywer commented 7 years ago

Hey guys. Pretty cool work! :)

I just have one suggestion: Right now it shows quite nicely how a trello-like board can easily be implemented using react/redux. But unfortunately it is really just the whole sample app right now.

It would be really cool to split it into a library exporting the board components and this sample app based on the lib. This way one could easily use the board in a real-world application.