reagent/test/reagenttest
Juho Teperi 22a2841b45 Make functional Reagent components optional, using new opts parameter
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.
2020-04-19 17:59:52 +03:00
..
performancetest.cljs Make functional Reagent components optional, using new opts parameter 2020-04-19 17:59:52 +03:00
runtests.cljs Setup cljs repl and try adding some performance benchmarks 2020-04-19 17:56:01 +03:00
testcursor.cljs Add Kondo config and lint code 2020-02-05 22:48:54 +02:00
testratom.cljs Implement #439, make RAtom print output readable 2020-04-17 00:37:47 +03:00
testratomasync.cljs Add Kondo config and lint code 2020-02-05 22:48:54 +02:00
testreagent.cljs Make functional Reagent components optional, using new opts parameter 2020-04-19 17:59:52 +03:00
testtrack.cljs Add Kondo config and lint code 2020-02-05 22:48:54 +02:00
testwithlet.cljs Add Kondo config and lint code 2020-02-05 22:48:54 +02:00
testwrap.cljs Comment out test failures due to shouldComponentUpdate differences 2020-04-19 17:56:01 +03:00
utils.cljs Make functional Reagent components optional, using new opts parameter 2020-04-19 17:59:52 +03:00