lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
631 stars 52 forks source link

Realize lazy seqs #6

Closed lilactown closed 4 years ago

lilactown commented 4 years ago

Thheller:

the issue is that in development react "validates" the elements it gets immediately, walking the entire structure and thus forcing lazy seqs in production that may be delayed since it doesn't validate so the "work" potentially happens at different times. it is known to cause problems if you use any kind of bindings