Joe Cortopassi
8315a30b9b
--save is no longer needed ( #13756 )
...
`--save` is on by default as of [npm 5](https://blog.npmjs.org/post/161081169345/v500 ), and `npm install aphrodite` is functionally equivalent to `npm install --save aphrodite` now
2018-10-01 19:15:11 +01:00
Dominic Gannaway
0dc0ddc1ef
Rename AsyncMode -> ConcurrentMode ( #13732 )
...
* Rename AsyncMode -> ConcurrentMode
2018-09-26 17:13:02 +01:00
Brian Vaughn
53fdc19df0
Updated react-is README to show new isValidElementType()
2018-03-29 11:46:18 -07:00
Brian Vaughn
41b8c65f1e
Add react-is package ( #12199 )
...
Authoritative brand checking library.
Can be used without any dependency on React. Plausible replacement for `React.isValidElement.`
2018-02-11 14:08:40 -08:00