Frontend

Frontend

93 bookmarks
Newest
How to abstract your code with vanilla JS
How to abstract your code with vanilla JS
One of the biggest challenges I hear about from developers is that they struggle with how to abstract their code. Today, we’re going to look at a few different examples using the fetch() method, and I’ll show you how I would abstract that code. Repeating the same task For today’s article, we’ll be using the JSONPlaceholder APIs. They let you make real API calls and get data back. For our first example, lets say you wanted to POST data to the /posts endpoint.
·gomakethings.com·
How to abstract your code with vanilla JS
How to use the URL API with vanilla JS
How to use the URL API with vanilla JS
The URL API is a browser API that lets you create a URL object from a string that you can then parse and manipulate. Confused? Let’s dig in and demystify this a bit. Creating a URL from a string with vanilla JS To create a new URL object, pass the URL as a string into the new URL() constructor method. var url = new URL('https://gomakethings.com/about?num=42&greeting=hello#contact'); I’m using a comically complex example above so that you can see all of the cool stuff the URL API lets you do.
·gomakethings.com·
How to use the URL API with vanilla JS
The React Cheatsheet for 2020 📄 (+ real-world examples)
The React Cheatsheet for 2020 📄 (+ real-world examples)
I've put together for you an entire visual cheatsheet of all of the concepts and skills you need to master React in 2020. Each part is designed to be immensely helpful by showing you real-world, practical examples with meaningful comments to guide you along the way.
·freecodecamp.org·
The React Cheatsheet for 2020 📄 (+ real-world examples)
HTML Reference
HTML Reference
A free guide to all HTML elements and attributes.
·htmlreference.io·
HTML Reference
CSS Reference
CSS Reference
CSS Reference is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples.
·cssreference.io·
CSS Reference
HEY META - Website Meta Tag Check
HEY META - Website Meta Tag Check
Check and improve how search engines and social media websites see and display your website.
·heymeta.com·
HEY META - Website Meta Tag Check
Semantic UI
Semantic UI
Semantic empowers designers and developers by creating a shared vocabulary for UI.
·semantic-ui.com·
Semantic UI
CSS Only Slider
CSS Only Slider
Significa was created with the single purpose of raising the standard of quality in user-centered design by creating useful, beautiful & meaningful experiences
·significa.pt·
CSS Only Slider
Documentation - Materialize
Documentation - Materialize
Materialize is a modern responsive CSS framework based on Material Design by Google.
·materializecss.com·
Documentation - Materialize
CodeMyUI.com
CodeMyUI.com
Handpicked collection of Web Design & UI Inspiration with Code Snippets. ✅ GIF preview ✅ HTML CSS copy paste code.
·codemyui.com·
CodeMyUI.com
slick
slick
the last carousel you'll ever need
·kenwheeler.github.io·
slick
Hammer.JS
Hammer.JS
Add multi-touch gestures to your webpage.
·hammerjs.github.io·
Hammer.JS
Masonry
Masonry
Cascading grid layout library
·masonry.desandro.com·
Masonry