Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 28, 2021 04:16 am GMT

Frontend Developer Resources 2022

I don't know if I'll keep doing this every year, but I did one of these in 2020 and that post got some good signal, so I renamed it to Frontend Developer Resources 2020 which brings us to Frontend Developer Resources 2022. Oops, I missed 2021. Technically we're still in 2021, but humour me.

This is not a complete list, more a list of stuff I found compelling in 2021 that will keep you set in 2022 and on and builds off of my previous list. You may see some repeats in here from my previous post, but that's only because they're still super relevant.

Most resources are free, but some are paid. I also highly recommend an egghead.io subscription. I've been a happy subscriber for quite a while now.

If you have an educational stipend, I highly recommend egghead. Also, a lot of public libraries give you access for free to paid resources like LinkedIn Learning. Check out your local library before purchasing certain content. Also, just a huge shoutout to public libraries.

I work with Preact in my day to day and I also work with React. There are obviously other libraries and frameworks out there, but I'm going to veer away from all that in this post. The only mention I'll make is in the browser extensions section.

This is a work in progress, so expect this list to be updated over the course of 2022.

JavaScript

Regardless of whether or not you start with a library or framework, at some point as a frontend developer, you will need to understand JavaScript in more depth. Here's some good resources to get you there.

  • Philip Roberts talk at JSConf EU "What the heck is the event loop anyway?" is a great explanation of the event loop.

TypeScript

TypeScript is getting more and more popular every year. Even if you're not a fan of it, it's good to be at least aware of it.

CSS

Let's skip the centering jokes in CSS. We're in the 2020's now and this is something fairly easy to do nowadays. Dig in and level up on your CSS.

HTML

Accessibility

Animations

Jamstack

Browser Extensions

Testing

  • I'm a fan of Cypress and we use it at Forem (the software that powers dev.to). We've been building out our documentation over time, and I think it's a really great resource if you dive into end to end testing. Check out Writing Cypress Tests
  • Testing library's suite of tools. Whether it's component tests in React, Svelte, plain old HTML/CSS/JS or end to end testing, Testing Library has you covered.

Cloud IDEs/full blown development environments

Tooling

  • Storybook learnstorybook.com
  • If you have Node.js installed and need to configure a JavaScript based project's gitignore file, from the root of the project run npx gitgnore node (It works for other languages as well or if you omit the language, it will give you a list of all the supported gitignores)
  • Parcel
  • Vite
  • Turborepo

Books

Twitch Streams

I'm sure I've missed some stuff, but this is the initial brain dump. As mentioned at the beginning, I will update this over the coming year.


Original Link: https://dev.to/nickytonline/frontend-developer-resources-2022-4cp2

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To