Jan Kassens
2aed507a76
Remove React.createFactory ( #27798 )
...
`React.createFactory` has been long deprecated. This removes it for the
next release.
2024-03-29 16:29:48 -04:00
Veniamin Krol
827cbc4d00
Rename StatelessComponent to FunctionComponent in react-is/README.md ( #15963 )
2019-06-24 16:21:58 -07:00
Andrew Clark
83fc258f29
Remove <ConcurrentMode /> ( #15532 )
...
Use createSyncRoot instead.
2019-05-13 16:10:00 -07:00
Ramón Chancay Ortega
3f0bcaf0db
Importing React for the first example. ( #14346 )
2019-01-23 14:10:03 +00:00
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