Kurtis Rainbolt-Greene
Kurtis Rainbolt-Greene
Whenever I talk to people about SMAR I ask them about transitions and transactions, usually they have two (incorrect) assumptions: 1. SMAR (before|around|after) is not in a transaction 2. A...
Awesome, I'll start this weekend with some failing tests and then go from there.
It was a bit ago. Either I wasn't actually pulling down a document or the document IO was incorrectly being thought of as empty. I think it was the latter....
Do you have a minimum case I can I look at?
I have to say, I'm not even bothered that it did. This thing is so beautiful, not only in style, but also architecture and design. Plus the whole elements chart...
Hmm, well is there a HTML import "compile" solution yet? Where I can automatically look at bower installs and build down to a elements.html of my own?
Yeah, any concat tool would have to be knowledgable about ``. ~~Hmm. I mean it could be done.~~ I just looked at vulcanize, seems like it sovles my issue?
It would be helpful if, via the atom definition, we could declare a atom as "unserializable" or "ssr=false". That would allow SSR users to only dump safe values.
This is an interesting approach because it allows for common wrapper functions (aka middleware) that you can apply on a per atom basis. Very exciting!!!
@drarmstr What's the best way to pull out the current set of atoms from a rendered react tree?