Sample React code for displaying all the templates and Contracts for a DAML Model

One more thing: once you have this working, if you change your DAML models, always recompile the DAML model (the codegen doesn’t do this automatically), then rerun the codegen and then you need to force a reinstall of your package with:

yarn install --force --frozen-lockfile

before restarting your UI host. This is not optimal and I’m looking for a way to simplify this cycle. I can share the Makefile I typically use tomorrow.