reagent/doc
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
..
FAQ Fix 'reaagent' typo 2019-06-04 15:20:01 +02:00
examples Add doc about controlled inputs & workarounds 2019-04-26 13:47:11 +03:00
0.8-upgrade.md Update 0.8-upgrade.md 2018-06-16 01:01:15 +03:00
BatchingAndTiming.md Update BatchingAndTiming.md 2018-09-01 15:05:15 +10:00
ControlledInputs.md Add doc about controlled inputs & workarounds 2019-04-26 13:47:11 +03:00
CreatingReagentComponents.md Fix error in CreatingReagentComponents.md 2019-10-17 10:50:21 +03:00
InteropWithReact.md Add document about React features and using them in Reagent 2019-04-26 13:30:02 +03:00
ManagingState.md minor cleanup 2018-11-05 14:14:02 -08:00
README.md Update README.md 2019-05-23 21:01:49 +03:00
ReactFeatures.md Add support for Class.contextType 2019-12-12 17:58:59 +01:00
UsingHiccupToDescribeHTML.md Fix some sentences and change wording 2019-10-19 17:39:28 +02:00
UsingSquareBracketsInsteadOfParens.md Fix documentation links 2019-08-29 10:13:39 +03:00
WhenDoComponentsUpdate.md Merge pull request #406 from cloojure/patch-6 2018-12-09 11:08:52 +02:00
cljdoc.edn Add doc about controlled inputs & workarounds 2019-04-26 13:47:11 +03:00
development.md Add cljsdoc config and rename docs/ to doc/ 2018-05-27 18:48:14 +03:00

README.md

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