reagent

hifumi123 2023-01-23T11:45:56.495169Z

Is it possible to use Suspense with reagent? EDIT: I guess I can always do (r/create-element react/Suspense #js {:fallback "Loading..."} children)

Sam Ritchie 2023-02-01T05:36:29.049569Z

How about (into [:> react/Suspense {:fallback "Loading..."}] children)