Designer developer handoff in 2020 is still slow and cumbersome. This proof of concept brings low-code design to Next JS. Imagine a UI that allows designers to edit production code, saying goodbye to the handoff process.
Presented at Next JS Conf 2020:
Warning: Highly experimental! Proof of concept at this stage. Check it out and have a play.
$ npm install
$ npm run dev
# Navigate to http://localhost:4020
Style changes are made by adding and removing Tailwind's utility classes. This project would have been much harder without it.
Very cool project that helps build the Layers panel with the element tree. https://github.com/bendtherules/react-fiber-traverse.