JSideris / DOThtml

A human-friendly way to build highly-dynamic web pages in pure JavaScript.
2 stars 4 forks source link

Consider adding component hot swapping. #150

Open JSideris opened 1 year ago

JSideris commented 1 year ago

This would be a nice feature that would make the development experience much better. However, there are several major challenges to it. This likely wouldn't work with webpack-dev-server, unless it can be extended. The goal of this ticket is to start thinking about this issue.

The requirements would be as follows:

Some additional reading: