Bogdan Chadkin
Bogdan Chadkin
@pascalduez It's not so fast to detect such props, caz it should iterate arrays with names on every declaration.
@pascalduez And name extending is pollution of constructions. Better use just one identifier: `map`
@safareli Use [this](https://github.com/andyjansson/postcss-functions) for custom functions. And we don't need to create sass clone.
We can lint keys, lint types to prevent `[object Object]`.
I meant order by "saved" field
We can do the same or just change exports to ```js import { TestRenderer, Shallow } from 'react-test-renderer'; ```
@dantman Default export is not the right way to import from react. `React` is a namespace. Logically it should not be default export. Default export also requires hacks like babel...
> You're going to have to rally for JSX to be changed then. Because the default is React.createElement and React must be defined in context. Not at all. `import *...
@dantman Wait, I didn't say anything about react bundles. I like them. My point was that react should not have default export because it increases user bundle a lot or...