We pass config and data around our UI using a string of bindings. It's a little hard to follow. I propose we refactor to use getContext/setContext with stores. They will still be able to be bounded where applicable, but we'll be able to bypass the triple-nested bindings we're using now
We pass config and data around our UI using a string of bindings. It's a little hard to follow. I propose we refactor to use
getContext
/setContext
with stores. They will still be able to be bounded where applicable, but we'll be able to bypass the triple-nested bindings we're using now