|
|
|
|
|
by klodolph
2286 days ago
|
|
I think component systems like React are the closest we have to achieving that dream. This is why Vue, React, Angular etc. all look something like writing your own tags and then implementing them in terms of, eventually, standard HTML tags. You can even swap out the web browser front-end, to an extent. I know that some mobile apps are done this way. |
|