Friday Frontend: The Year of Svelte Edition

View this email in your browser

Hey there,

If there’s one framework that looks poised for massive growth this year, it is Svelte. The buzz around the framework is incredible, and while usage levels are still low, almost everyone I talk to is excited about giving it a try this year. This newsletter includes 3 articles/resources to get you started on that path, along with your usual helping of all things good in CSS, JS, and Web development

Best,

KBall from ZenDev

 

CSS & SCSS

 

useStateInCustomProperties

Following up on a concept I shared in a previous newsletter, there’s now a React hook for mapping state from a React component into custom properties in the CSS. Using this approach for communicating state between JS and CSS is a super interesting area of possibility.

How to Play and Pause CSS Animations with CSS Custom Properties

Building on the theme of custom properties, this article digs into how and why you’d want to pause CSS animation, and then shows you how to control them using CSS custom properties.

CSS Frameworks, hype and dogmatism

As a veteran of some of the CSS framework wars, I definitely agree with this take to dial back on the heat about the “one true way” to do CSS. There are good best practices that are true for most cases. There are frameworks that are good for many cases. Use the tools that best fit your projects and the way you think, but don’t assume that because an approach works well for you that all other approaches are wrong.

The styled-components happy path

A nice dive into one of the most popular new ways to handle your CSS, with as set of recommended practices and ideas for effective use of styled-components.

You want minmax(10px, 1fr) not 1fr

Super short and sweet, but an important note for making grids that scale down as well as up.

 

JavaScript

 

Meet Svelte 3, a Powerful, Even Radical JavaScript Framework

Judging from the State of JS survey and some of the other buzz around, Svelte is definitely the hottest kid on the JavaScript block this year, and well worth learning. This is a decent introduction.

Awesome Svelte

On the topic of Svelte, this is a great collection of resources for the framework. UI components, data design, tooling. It’s a work in progress but looking good.

The Philosophy of Svelte

Super interesting piece on the driving ideas behind Svelte, and what makes it unique among current JavaScript frameworks.

array.sort() Does Not Simply Sort Numbers in JavaScript

Good callout of unexpected behavior in Array.sort, and fleshes out how to use this utility in more detail. I’d personally far prefer if Array.sort was immutable and just returned the new array, but we take the language we’re given.

JavaScript's Memory Management Explained

Memory management is the type of thing that web developers used to not have to worry about, but now with long-lived JavaScript applications that may go days or weeks without being reloaded, a memory leak can cause your application to grind a user’s browser to a halt. As a result, this is an increasingly important area to understand.


Other Awesomeness

 

When To Say No To Freelance Projects

This is a skill I wish I had learned earlier. Being able to assess when a project is not aligned with your values, skillset, or current capacity and then graciously say no is an incredibly important thing for your happiness and long term success.

Thinking in Jamstack

This is one of the most fun things to me about new application architectures - how they change the entire way you think about applications. I wish this article went deeper than it does, but it does a decent job of introducing what is different about the mental shift you need to make to build a Jamstack application.

Creating comic book speech bubbles with SVG and javascript

Super cool look at using SVGs to create comic book speech bubbles rather than embedding them within an image. This has a huge impact on accessibility. I’d love to see more in the direction of making all of this art into SVGs, as it would also enable some really interesting animation and other mix and match opportunities.

The Ivy Lee Method: The Daily Routine Experts Recommend for Peak Productivity

Super useful technique. Making yourself write down your most important tasks and prioritize them is a huge productivity booster right away. Single-tasking instead of multi-tasking is another multiplier. 

Copyright © 2021 ZenDev, LLC, All rights reserved.
You are receiving this email because you opted in at our website, zendev.com.

Our mailing address is:
ZenDev, LLC
922 San Leandro Ave., Unit C
Mountain View, California 94043

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list.

Email Marketing Powered by Mailchimp

Older messages

Friday Frontend: January 22 Edition

Friday, January 22, 2021

Hey, we passed through the US inauguration without violence! I'm going to count that as a win, View this email in your browser Hey there, Hey, we passed through the US inauguration without violence

Friday Frontend: Starting off 2021 Edition

Friday, January 15, 2021

Hope you had a good holiday, and didn't miss this newsletter too much View this email in your browser Hey there, Hope you had a good holiday, and didn't miss this newsletter too much. I had

Friday Frontend: Last of 2020 Edition

Friday, December 18, 2020

Hope you are staying as safe and healthy as possible during this time of spiking pandemic. This week's newsletter is short, View this email in your browser Hey there, Hope you are staying as safe

Friday Frontend: Start of Hanukkah Edition

Friday, December 11, 2020

Last night we celebrated the first night of Hanukkah in our household. Not only is it a great excuse to eat lots of food fried in oil, View this email in your browser Hey there, Last night we

Friday Frontend: Beginning of December Edition

Friday, December 4, 2020

It's planning/roadmapping season and I am totally slammed at work right now. Consequently, a short version of the newsletter this week. View this email in your browser Hey there, It's planning/

You Might Also Like

📧 Building Async APIs in ASP.NET Core - The Right Way

Saturday, November 23, 2024

​ Building Async APIs in ASP .NET Core - The Right Way Read on: m​y website / Read time: 5 minutes The .NET Weekly is brought to you by: Even the smartest AI in the world won't save you from a

WebAIM November 2024 Newsletter

Friday, November 22, 2024

WebAIM November 2024 Newsletter Read this newsletter online at https://webaim.org/newsletter/2024/november Features Using Severity Ratings to Prioritize Web Accessibility Remediation When it comes to

➡️ Why Your Phone Doesn't Want You to Sideload Apps — Setting the Default Gateway in Linux

Friday, November 22, 2024

Also: Hey Apple, It's Time to Upgrade the Macs Storage, and More! How-To Geek Logo November 22, 2024 Did You Know Fantasy author JRR Tolkien is credited with inventing the main concept of orcs and

JSK Daily for Nov 22, 2024

Friday, November 22, 2024

JSK Daily for Nov 22, 2024 View this email in your browser A community curated daily e-mail of JavaScript news React E-Commerce App for Digital Products: Part 4 (Creating the Home Page) This component

Spyglass Dispatch: The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen

Friday, November 22, 2024

The Fate of Chrome • Amazon Tops Up Anthropic • Pros Quit Xitter • Brave Powers AI Search • Apple's Lazy AI River • RIP Enrique Allen The Spyglass Dispatch is a free newsletter sent out daily on

Charted | How the Global Distribution of Wealth Has Changed (2000-2023) 💰

Friday, November 22, 2024

This graphic illustrates the shifts in global wealth distribution between 2000 and 2023. View Online | Subscribe | Download Our App Presented by: MSCI >> Get the Free Investor Guide Now FEATURED

Daily Coding Problem: Problem #1616 [Easy]

Friday, November 22, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Alibaba. Given an even number (greater than 2), return two prime numbers whose sum will

The problem to solve

Friday, November 22, 2024

​ Use problem framing to define the problem to solve This week, Tom Parson and Krishna Raha share tools and frameworks to identify and address challenges effectively, while Voltage Control highlights

Issue #568: Random mazes, train clock, and ReKill

Friday, November 22, 2024

View this email in your browser Issue #568 - November 22nd 2024 Weekly newsletter about Web Game Development. If you have anything you want to share with our community please let me know by replying to

Whats Next for AI: Interpreting Anthropic CEOs Vision

Friday, November 22, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 22, 2024? The HackerNoon