Brady Wied
Brady Wied
@ajjahn - I'm not really as curious about why the cache is there as much as how you know when to clean it out. If you have a re-render of...
I'm guessing that the complexity of the cache is worth it? Was it really that expensive to do the camel case/native conversions on demand?
I love doing capybara testing but I think that's no substitute for unit testing on the JS side. I wrote a shared RSpec context that uses `React.render`, `React.addons.TestUtils.renderIntoDocument`, and hooks...
I'm sort of re-emerging here so forgive the lack of context, but is this meant to be done in a "reactive record" gem or in the (simple) Opal wrapper around...
I should add that I never send ActiveRecord models to the client. In my view they are too mutable and complex to work well with the React/Redux/GrandCentral architecture. I build...
OK. I have no opinions about how some of this works since I won't use it. As long as a lot of this caching code, etc. (assuming caching was created...