reagent/doc
Juho Teperi 2d0ec89ad7 Add doc about controlled inputs & workarounds 2019-04-26 13:47:11 +03:00
..
FAQ Update ComponentNotRerendering.md 2019-01-03 20:49:33 +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 Remove :component-function and clean getting fn name 2018-12-31 14:38:15 +02: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-01-31 20:41:49 +02:00
ReactFeatures.md Add document about React features and using them in Reagent 2019-04-26 13:30:02 +03:00
UsingHiccupToDescribeHTML.md Add special notation for id and classes 2018-08-02 11:07:25 +02:00
UsingSquareBracketsInsteadOfParens.md Fix link to next tutorial 2019-02-22 16:18:51 +05:30
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

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