Show HN: I made a JavaScript microframework in under 700 sloc
1–4 of 4 posts
Re: Show HN: I made a JavaScript microframework in under 700 sloc
#2See also an introductory article discussing why and how I made this: https://h3rald.com/articles/h3/
Re: Show HN: I made a JavaScript microframework in under 700 sloc
#3The function naming is unfortunate, it looks like we're creating a bunch of title elements.
Re: Show HN: I made a JavaScript microframework in under 700 sloc
#4The function naming is unfortunate, it looks like we're creating a bunch of title elements.
The h3 function is the default export, you can give it whatever name you want when you import it.