useid / semcom

A decentralised registry to support the dynamic binding of semantic components in Solid data browsers.
https://docs.digita.ai/semcom
Other
7 stars 2 forks source link

Switch Angular for XState #45

Closed sync-by-unito[bot] closed 3 years ago

sync-by-unito[bot] commented 3 years ago

Goodbye Angular! We will make an XState & LitElement version of the demo app.

This issue will be very similar to the switch from platform-public to ui-transfer, so definitely take a look at the demo machine and demo (root) component there, and how all the XState parts match with the Angular app in platform-public. In short, the following guidelines can be followed.

NOTE: The SemCom demo contains an app component and a home component. The app component only really adds the authentication, so we mostly need to translate the home component as main demo component. The authentication part can then be added to the new demo component and machine using the ui-transfer parts exactly like in the ui-tranfer demo.

When in doubt, always look back to the ui-tranfer demo, and don't hesitate to ask for help.

┆Issue is synchronized with this Wrike Task by Unito

woutermont commented 3 years ago

Nice work!