UNPKG

another_javascript_framework

Version:

html&javascript in one place

9 lines (8 loc) 104 B
const App = () => ( div('sal') + p('sal man') ) render({ template: App(), element: 'app' })