Fork me on GitHub
#reagent
<
2016-03-15
>
martinklepsch13:03:04

in :compoennt-will-update hook, will reagent/props return the original or new props?

mull13:03:21

At least in React this.props refers to old props, and (nextProps, nextState) are arguments to the function

hjrnunes13:03:44

Guys, anyone knows what’s the proper way of clearing a form in reagent-forms? https://github.com/reagent-project/reagent-forms/issues/97