reagent/doc
Juho Teperi 9dfe18e918 Add react-transition-group example
Closes #311
2020-04-19 15:18:01 +03:00
..
FAQ Reformat code examples for using an entity 2019-12-28 09:43:50 +13:00
examples Remove dom functions from core ns 2020-02-05 23:15:05 +02: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 Update ControlledInputs.md 2020-04-15 09:56:35 +03:00
CreatingReagentComponents.md Add Kondo config and lint code 2020-02-05 22:48:54 +02:00
InteropWithReact.md Add react-transition-group example 2020-04-19 15:18:01 +03:00
ManagingState.md Remove dom functions from core ns 2020-02-05 23:15:05 +02:00
README.md Update README.md 2019-05-23 21:01:49 +03:00
ReactFeatures.md improve docs about using portal 2020-04-16 01:23:22 +08:00
UsingHiccupToDescribeHTML.md Update reference to reagent.dom from reagent.core 2020-03-15 19:00:55 +00:00
UsingSquareBracketsInsteadOfParens.md Fix documentation links 2019-08-29 10:13:39 +03:00
WhenDoComponentsUpdate.md Add Kondo config and lint code 2020-02-05 22:48:54 +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