Conan State Demos

Docs

Hello World

Highlights

  • Simplest possible example we could think to showcase Conan State

Todos App

Todos

Highlights

  • Simple application, no async operations

  • Uses dependency injection to scope the state.

  • Connects data using React components.

Todos - Async

Highlights

  • Simplest async demo.

  • Uses dependency Injection to scope the state and a service

  • Uses auto-bind to connect the service to the state.

  • Builds up from the code used in the Todos demo

Todos - Optimistic

Highlights

  • Advanced async demo, it showcases the potential of ConanJs to let you perform optimistic async operations

  • Builds up from the code used in the Todos - Async demo

Github Issues Viewer

Highlights

  • Uses real endpoints to fetch data.

  • Uses react hooks to observe the data

Last updated