SomethingSexy / platform-builder

0 stars 0 forks source link

Make Form a higher order component? #18

Closed SomethingSexy closed 8 years ago

SomethingSexy commented 8 years ago

I moved from storing the data in the state to a model on the for, component to make it easier to manipulate. However, adding dynamic array data won't be easy anymore.

I could pass down some sort of add function or I could see about making the form a higher order function and wrapping the component instead of the component containing the form.

SomethingSexy commented 8 years ago

Updated to be a higher order component