Code, Data and UI

5th January 2021 at 8:28am

It's crazy that there is no editor that let you manipulate both Code and Data, and let you see the UI at the same time. Specially considering that most UI library (Elm, React, Vue.js, etc.) simply use state to represent UI.

A simple example how it could look like: https://demo.thi.ng/umbrella/json-components/, just need to add the Code part.

Related to