Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: I made a JavaScript microframework in under 700 sloc
(
h3.js.org
)
2 points
by
h3rald
2248 days ago
2 comments
h3rald
2248 days ago
See also an introductory article discussing why and how I made this:
https://h3rald.com/articles/h3/
link
karmakaze
2248 days ago
The function naming is unfortunate, it looks like we're creating a bunch of <h3>title</h3> elements.
link
h3rald
2248 days ago
The h3 function is the default export, you can give it whatever name you want when you import it.
link