I note that most of the official Daml examples use the React UI Framework as do the community tutorials, plus some Typescript/Javascript support. When I get to the point of writing a non-trivial Daml smart contract while I could in theory use React UI however after working through the Daml Rental application b @fabio.tudone I see there is at least a degree of medium level competence required to build that example.
Fabio has had substantial React UI experience, while I have not, and any mods to the UI assets that I will need to make will involve Copy&Paste, Trial&Error which in my mind is a terribly inefficient way to learn.
Does anyone know of an existing UI framework that adheres to the following specs:
- Platform agnostic
- Light-weight
- Extensible
- Mature
- Very low barrier to entry
I do not have the time or the willingness to become competent in an UI frame work like React or Flutter as I would prefer to expend my energy in learning the core language and ledger technologies. I am looking for something super simple, that can be hacked up and encoded with the correct Daml assets, templates and concepts.
At this point I’d use Scratch if it worked. Comments? Thoughts?
After extensive consultation with Me, Myself and I, it seems that learning the Daml/React UI components is really the most pragmatic decision that I can take, in moving forward to become a Daml professional.
Thank you @cocreature @gyorgybalazsi for giving me pause to think