Introduce seleku
the framework for development frontend create by indonesia peoplewrite less do more with seleku, and manage your web to be dynamicly with dynamic attribute and binding data
<h1 @id="message" props="nama_user">
hallo {{nama_user}}
</h1>
<script>
find("message").state.nama_user = "user";
</script>
//result
<h1>hallo user</h1>