Fork me on GitHub
#fulcro
<
2017-12-29
>
LL16:12:22

If have a list of items, each items has a attribute which's ui component is a dropdown selector. How to implement the normalization db, What is the best practice?

LL16:12:21

In the editor model, the dropdown selectors have same dropdown options.

levitanong20:12:12

In line with https://reactjs.org/docs/refs-and-the-dom.html#caveats, I want to avoid using inline functions so that the function ref doesn’t fire unnecessarily. .bind would work under normal circumstances, but it’s considered an inline function because it’s an invocation which returns an anonymous function.