ckirkendall / kioo

Enlive/Enfocus style templating for Facebook's React and Om in ClojureScript.
Eclipse Public License 1.0
404 stars 39 forks source link

Added tests to demonstrate poor performance on Safari (also applies in Phantom.js) #62

Closed OliverM closed 8 years ago

OliverM commented 8 years ago

I added a sample html file and identical tests to the Om and reagent test files to show how the issue applies only when using Kioo with Reagent.

I commented out the reagent test as it causes Phantom.js to fall over rather than crash gracefully or quickly, which can be pretty annoying when continuously testing.

ckirkendall commented 8 years ago

Thank you for this!