dvdzkwsk / react-reformed

Make React forms simple again, see it here:
https://react-reformed.zuko.me/
MIT License
541 stars 32 forks source link

Support for updating nested properties #5

Closed AnsonT closed 7 years ago

AnsonT commented 7 years ago

Added support so that: setProperty("nested.data", "123") updates the nested object bindInput("nested.data") works etc.

dvdzkwsk commented 7 years ago

Thanks for the PR, and I truly apologize for getting around to it. I'd ultimately like to refrain from this (even though it's awesome and convenient) simply because I'd like to keep the project as tiny and straightforward as possible. If people like the idea but would appreciate more power, I'd be ecstatic to see forks rise in popularity. At the end of the day, this is mostly a proof of concept and not a long-running project.

Thank you again for taking the time to contribute. I'm very sorry for this having sat around for so long.