team-formalist / formalist-rb

Flexible form builder
MIT License
22 stars 4 forks source link

Cache dep() calls for a particular invocation of the form #33

Closed timriley closed 3 years ago

timriley commented 8 years ago

If we have multiple for elements using the same dep() objects, and if those objects are expensive to return, we should make sure we cache/memoize the results.