🗡️
ConanJs
  • What is ConanJs?
  • Why ConanJs...
    • ... if coming from Redux
    • ... if using vanilla React
    • ... if learning React
    • ... if not using React
  • How to install/use ConanJs
  • About us / Github / Contact us
  • Demos
    • Demo Gallery
    • Conan State Demos
      • Hello World
      • Todos
        • Todos - Basic
        • Todos - Async
        • Todos - Optimistic
      • Github issues viewer
    • Conan Flow Demos
      • Authentication
  • CONAN DATA
    • General Concepts
    • Conan State
      • Actions & Reducers
        • Reducers
        • Actions
      • Creating State
      • Observing State
        • Live rendering
        • Connecting
      • Composing State
      • Scaling State
      • Orchestrating State
      • Life cycle
        • Async handling
        • Introspection
      • Testing state
    • Conan Flow
      • Creating Flows
      • Serialising Flows
      • Observing Flows
  • CONAN Runtime
  • Dependency Injection
    • General Concepts
    • Creating the Context
    • Using the Context
  • ASAPs
  • Logging
  • API
    • Main Classes
      • Conan
        • StateDef
      • ConanState
      • ConanFlow
        • UserFlowDef
        • UserStatusDef
        • Status
    • Conan State Classes
      • Thread
      • ConnectedState
      • MonitorInfo
      • MetaInfo
    • Dependency Injection
      • DiContextFactory
    • ASAPS
      • Asaps
      • Asap
Powered by GitBook
On this page
  • Hello world
  • Todo app
  • Github issues viewer app.
  • Authentication

Was this helpful?

  1. Demos

Demo Gallery

PreviousAbout us / Github / Contact usNextConan State Demos

Last updated 4 years ago

Was this helpful?

Hello world

The simplest example that we could think of that uses ConanState

Todo app

These are the recommended demos if you are new to Conan and would like to go past just learning the concepts, it walks you through three increasingly complex use cases for the todo app.

Github issues viewer app.

This demo is meant to showcase a slightly more real use case that the Todo app, ultimately you will be able to leverage the github APIS to create your own github frontend.

Authentication

The demo around Conan Flow highlights how the authentication flow can be easily mapped with a Conan Flow

Github issues viewer
Authentication
Hello World
Todos
The end game of the todo App, is optimistic updates.
Create you own Github frontend