Github issues viewer
Let's use ConanJs to build a realistic app that browses a remote repository
Introduction
We used this example to experiment with defining different isolated states and show how they can be used together when different asynchronous calls are needed. In this section we have only shown the code in Typescript.
Creating the Conan states
We have divided the data handled by the app into four independent states:
The remote repository connection details is called repoState$:
The specific repository data information retrieved is modelled in repoDetailsState$ :
The issues data is modelled in issuesState$: