Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 464 Bytes

structuring-applications.md

File metadata and controls

8 lines (6 loc) · 464 Bytes
id title
structuring-applications
Structuring Applications

asm-dom is a low-level virtual DOM library. It is unopinionated with regards to how you should structure your application.

You can take a look to this list in snabbdom repository, a js virtual DOM that inspire this library. Snabbdom has javascript APIs but you can still take inspiration from it and translate structures in C++.