-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create docs #29
Create docs #29
Conversation
I've published a preview at https://armanbilge.github.io/http4s-dom. Feedback? @rossabaker do we need to do anything special to publish this at http4s.org. Do you prefer a subdomain? |
Another interesting outcome of this, is that it gives us an idea of the size of the generated JS for a basic app using the fetch client with circe. Currently, it's a hefty 1.8 mb: https://raw.githubusercontent.com/armanbilge/http4s-dom/gh-pages/README.md.js Unsurprisingly, a non-trivial part of that is the entire MimeDB 🙃 |
Following up on my previous comment: now you can explore exactly what contributes to that 1.8 mb, and how much. |
Based on #28. Closes #12. Opening for ci atm, I'll try to put up a preview.