11 Commits

Author SHA1 Message Date
Juho Teperi
ff4c9a6031 Remove dom functions from core ns 2020-02-05 23:15:05 +02:00
Juho Teperi
07bfa901ac Add static contextType test 2019-12-17 02:21:05 +02:00
Arne Brasseur
e6b1e9794c Add support for Class.contextType
We already support the static contextTypes and childContextTypes from the legacy
context API. React has now added contextType to the new Context API to make it
easier to consume the context value.

https://reactjs.org/docs/context.html#classcontexttype
https://reactjs.org/blog/2018/10/23/react-v-16-6.html
2019-12-12 17:58:59 +01:00
Juho Teperi
e1075a410c
Update ReactFeatures.md 2019-10-09 11:06:54 +03:00
Juho Teperi
88fa3cc4ab Improve error boundary docs and fix tests 2019-10-02 15:37:21 +03:00
Juho Teperi
edb3d2d322 Document using getDerivedStateFromError with error boundaries 2019-10-02 12:59:00 +03:00
Juho Teperi
363f2d4976
Update ReactFeatures.md 2019-05-23 21:05:31 +03:00
Juho Teperi
b711b115be
Update ReactFeatures.md 2019-05-23 21:01:05 +03:00
Juho Teperi
2b7a58edda
Update ReactFeatures.md 2019-05-23 21:00:35 +03:00
Juho Teperi
b87a9ec4df
Mention React Fragments 2019-05-23 21:00:24 +03:00
Juho Teperi
d809a5a202 Add document about React features and using them in Reagent 2019-04-26 13:30:02 +03:00