Preston Pham
Preston Pham
That looks really cool. It's similar to what I had in mind, but I think something simple as rendering a component next to a `` snippet would suffice too.
https://hackoregon.github.io/component-library/ ha! civic hackers think alike!
+1 for create-react-app. It makes getting up and running so much easier! That said, the permit-server doesn't use react atm so we could remove it from the checklist.
I didn't want to pull in full dependency so I'm doing a smaller polyfill. I created this polyfills.ts and import it early in our worker code. ```typescript // @ts-expect-error partial...