I have a bunch of resources in this post
but what's some frontend developer resources you have come across recently? It doesn't matter if you're a beginner or a seasoned pro. Share!
I have a bunch of resources in this post
but what's some frontend developer resources you have come across recently? It doesn't matter if you're a beginner or a seasoned pro. Share!
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (45)
For React devs: this little snippet gives you a JSX-like interface in pure JavaScript, no transpilation required
Usage
icodeeveryday. com
This site contains 700+ customizable CSS, SVG, and Figma UI icons available in SVG Sprite, styled-components, NPM, & API :-)
css.gg/
These are some of the awesome resources that I get to read in recent months. It' totally worth to have a look at them. github.com/uzumaki-narut0/awesome-...
Tippy.js. For styling and controlling your tooltips. I really like it. It makes tooltips look like a better option to creating my own popup divs.
Any idea how it compares to popper.js?
@nickytonline @seanolad . It is explained here popper.js.org/docs/v2/tippy/ by the Popper.js documentation and here atomiks.github.io/tippyjs/v6/motiv... by the Tippy.js documentation. Popper.js is positioning engine (a more raw solution) and it used by Tippy.js for positioning their ready to use tooltips. With Popper you have all the control whether with Tippy you have styles and other features already built.
Popper.js and Tippy.js are both made by github, which is cool btw, but the main difference seems to be that tippy.js is for the looks and properties of the tooltip, but popper.js seems to add a more dynamic feel to the tooltips, and also reduces on the style aspect of the tooltip.
My favs fronted resources are websites that teach you with games.
Here are some of them:
To learn CSS Flexbox
flexboxfroggy.com/
flexboxdefense.com/
To learn CSS Grid
cssgridgarden.com/
To learn basic (and advanced) CSS
flukeout.github.io/
A tiny tool I built on Vue to learn Flexbox myself (and Vue too):
flexiting.com/playground
Love Flexbox Froggy!
I worked on a project that involved curating frontend resources for beginners.
⚡️ This repo serves as a resource for developers to leverage on their Journey into Front End Development.
Learning Resource Roadmap - (Front-End Development)
This is a visual roadmap for beginners venturing into the World of Software Development. In order not to feel overwhelmed by how much you need to know to be a Front End Developer. This roadmap serves as a guide through out your journey. You can follow through this guide and be assured you are on the right path.
Resource types:
🎮 - Interactive
📚 - Book
📹 - Video
📝 - Article
🎤 - Podcast
👩💻 - Community
💰 - Paid Resource
🎁 - Free Resource
🏆 - Exercises
Beginner Level Front End Development
HTML
Nice!
Bookmarking this for the near future 😁 I'm currently working on my UI design skills to be a better frontend dev. One thing I find myself always getting back to is this awesome Flexbox guide on CSS Tricks.
jakearchibald.github.io/svgomg/ - love this tool for optimizing SVGs!
Oh yes, can't believe I forgot this in my list, I also use it all the time
Definitely! 🔥 For those interested, we run all the SVGs that are on DEV through this.
github.com/sindresorhus/awesome#fr...