react-organism icon indicating copy to clipboard operation
react-organism copied to clipboard

Docs: I want to…

Open RoyalIcing opened this issue 8 years ago • 1 comments

  • I want to manage a collection of data
  • I want to talk to an API
  • I want to use Promises
  • I want to use async/await
  • I want to make a form
  • I want to easily animate
  • I want to react to prop updates
  • I want to reuse my code
  • I want to test my code
  • I want to save to local storage

Examples for each.

RoyalIcing avatar Jul 09 '17 00:07 RoyalIcing

Because sometimes, you really want to. For example in a layout module, where you need to know if there are dialogs open, or if the sidebar is collapsed. Or to show some info in an infobox, about the currently 'selected record'.

smeijer avatar Jul 17 '17 07:07 smeijer