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
..
2019-06-04 15:20:01 +02:00
2018-06-16 01:01:15 +03:00
2018-11-05 14:14:02 -08:00
2019-05-23 21:01:49 +03:00

Tutorials

  1. Using Hiccup to Describe HTML
  2. Creating Reagent Components
  3. Using [square brackets] instead of (parentheses)
  4. When do components update?
  5. [WIP] Managing State: atoms, cursors, Reactions, and tracking
  6. Batching and Timing: How Reagent Renders Changes to Application State
  7. Interop with React
  8. React Features and how to use them in Reagent

Also:

Commercial Videos Series

Frequently Asked Questions

  1. Why isn't my Component re-rendering?
  2. How do I use React's "refs"
  3. How can I use an entity like "nbsp"?
  4. Why is my attribute (like autoFocus) missing?
  5. How can I use React's dangerouslySetInnerHTML?
  6. Reagent doesn't work after updating dependencies
  7. How do I force Component re-creation? (external link)
  8. How do I access "props" in lifecycle methods? (external link)

Examples

Want To Add An FAQ?

Many Thanks!! We'd like that:

  1. As a base, just use the structure from one of the existing FAQs files
  2. Give us a PR which includes your new file AND a change to this README so your entry is listed.

Misc Docs