GriddleGriddle / griddle-core

Core grid logic for Griddle
5 stars 9 forks source link

LocalData reducers / selectors / etc -> Plugin #59

Open ryanlanciaux opened 8 years ago

ryanlanciaux commented 8 years ago

Lets discuss making Griddle core simply the most basic functionality (basically it would just take whatever state / data you give it and return that. Would be useful for hooking up to data controlled elsewhere like a through ajax / relay). The code for managing all grid state locally should live in a plugin.

Thoughts?