Refract ReactiveConf 2018 demo

  • Install dependencies using npm or yarn:
    yarn
  • Run the local API server
    yarn serve
  • Run the demo
    yarn start

What's in the demo

The demo demonstrates how Refract can be used to write functional and reactive code in React:

  • Handling state (search and suggestions)
  • Debouncing an input and making requests
  • Saving search value in local storage