tkjone e42803927e
Enhance Docs w/ link to reagent component blog
`what the reagent component` is a blog post that details in a little more detail what it means when "underneath they are all just React components".
2019-07-29 18:20:51 -04: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:05:31 +03: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