mirror of
https://github.com/status-im/reagent.git
synced 2026-08-30 20:41:15 +00:00
Render/as-element and other functions now take additional parameter for setting options. Currently only option is :functional-reag-elements?, if set to true, by default Reagent components are created as Functions, which behave similarly to Classes, but allow using Hooks.