Josh Perez
Josh Perez
Hi! This is just here for your perusal. At some point I'd like to merge this in but it needs a lot of documentation and I'd like to clean up...
- Moves over the necessary files minus the source and the dot files into a separate folder - Zips that folder
Do they go in the store or in the actions?
Example: ``` js { a: 1, b: 2, c: 3, } ``` ``` js ``` ``` js ```
Aphrodite currently relies on the fact that rendering with React is synchronous in order to build up/pull out the css definitions. The `injectionBuffer` is actually a module level "global" that...
It seems like `flushBefore` [calls](https://github.com/airbnb/react-with-styles/blob/master/src/withStyles.jsx#L80) `ThemedStyleSheet.flush();` during render which is also executed on the server. If a component that uses SSR has the `flushBefore` option set then their component will...
It's a little late for me so I don't have a good code sample. I'll get one tomorrow. In the meantime this seems to be failing: ``` //+ foo: {...
But you knew that already :)
I was looking through the README and noticed this `internal` folder thing that acts sort of like `node_modules`. Can we make this configurable? If there's a folder `internal` in my...