DEV Community

Discussion on: The Bootstrapping Mindset

Collapse
 
nektro profile image
Meghan (she/her) • Edited

I don't know if this is exactly what you had in mind, and in hindsight I realize it's a little React-y but I made a quick demo of a thing that takes in a single object and produces an HTML view

In the future I want to research and see if I can use a Proxy to build in data binding off of having the user code manipulate the master object.