@jasonhlogic I haven’t looked to much your example, but the first thing I noticed was the declaration of the render function
you are implementing a form-2 type component
https://github.com/reagent-project/reagent/blob/master/doc/CreatingReagentComponents.md
and the returned fn should have the same params as the container fn
Many thanks for having a look. I'm reading the documentation you linked.