- https://styled-components.com/
function foo(stringParts, ...props) { console.log(JSON.stringify(stringParts, null, 2)); console.log(JSON.stringify(props, null, 2)); } foo`a ${“b”} c ${“d”}`
- Where to host a simple app?
- https://pages.github.com/ (can build static pages with tools like https://jekyllrb.com/docs/installation/)
- https://docs.gitlab.com/ee/user/project/pages/
- https://www.cloudflare.com/ (some security features and speed between users and service)
- https://www.heroku.com/ (hosts full applications with additional resources like databases. good free tiers)
Last active
October 1, 2021 18:32
-
-
Save iamvery/54fb272d0095b731474003575a3da095 to your computer and use it in GitHub Desktop.
2021-10-01 Shoals JavaScript Meetup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment