GriddleGriddle / Griddle

Simple Grid Component written in React
http://griddlegriddle.github.io/Griddle/
MIT License
2.5k stars 377 forks source link

M major refactor #760

Open shorja opened 7 years ago

shorja commented 7 years ago

Griddle major version

1.10.0

Changes proposed in this pull request

A lot, this is sort of an 'omnibus' PR that includes all of the Griddle refactor stuff I've been working on. Unfortunately its gotten to the point where this stuff makes most sense all being together. This is not meant to be merged, but to be a place to centralize the conversation about the changes I'm proposing and also makes it easier to run them all at once. This branch is currently very active so expect frequent updates. Also, if this is not a good way of approaching these changes please let me know.

Are there tests?

Testing is ongoing, I have been adding tests for the selector composition utility, and I have updated existing tests to function properly with this refactor.

dahlbyk commented 7 years ago

Related: https://github.com/GriddleGriddle/Griddle/pull/757#issuecomment-338301964