Frontend Masters Boost RSS Feed
https://frontendmasters.com/blog
Frontend Masters Boost is a blog about web development. It's written by the team at Frontend Masters, course instructors from the industry, and curated guest authors. The goal is to help you on your path to becoming a senior developer, or to be an even better one.
フィード

JavaScript Fatigue Strikes Back
Frontend Masters Boost RSS Feed
Allen Pike “after about a decade away from regularly writing JavaScript” comes back to take a look. I think these points are all correct: The goal was to see if there was an obvious (boring, trodden) framework, and the answer is… kinda?
18時間前

Chilled Out Text Underlines
Frontend Masters Boost RSS Feed
Blue links with underlines is a good default style for links in body text, but it's a bit intense. Maybe we can chill it out a bit and be a bit more flexible.
2日前

The Moment You Need a Database
Frontend Masters Boost RSS Feed
There are quite a few tools to avoid *needing* a database these days, static site generators chief among them. So then what are the things that push toward or require a database?
3日前

What’s the difference between JavaScript engines and JavaScript runtimes?
Frontend Masters Boost RSS Feed
I can imagine being asked at an interview: What’s the difference between JavaScript engines and JavaScript runtimes? Nicholas C. Zakas says: A JavaScript engine implements ECMAScript as defined by the ECMA-262 standard. ECMA-262 defines the core functionality of JavaScript without any affordances for input or output. A JavaScript runtime is an ECMAScript host that embeds […]
7日前

Creating a Keyboard Shortcut Hook in React
Frontend Masters Boost RSS Feed
I enjoyed this very straightforward, well-presented, useful article on how to create a keyboard shortcut hook in React from Tania Rascia. It’s part basic implementation, part designing an API pattern that feels right, part dealing with React hook eccentricities, and part dealing with edge cases. In the end, a pretty readable 86 lines of code.
8日前

Movies as Images
Frontend Masters Boost RSS Feed
Safari made .mp4 file work in img tags in HTML back in 2017, but no other browser followed suite. Should they have?
9日前

The 2.5 Ways to Handle Web Events
Frontend Masters Boost RSS Feed
How many ways are there to add an event (like a click) to an element? Andrea Giammarchi covers them. The first two are basically the same (hence the “2.5” in the title). I’d say the vast majority of event handling is through addEventListener, but the clearly listed advantages/disadvantages Andrea goes through are worth understanding. The […]
10日前

Custom Property Fallbacks
Frontend Masters Boost RSS Feed
This post starts with quite a tricky little quiz about what a color value resolves to be.
14日前

Colormaxxing
Frontend Masters Boost RSS Feed
Sometimes giving a good name to something is what helps it sink into people’s minds. Daniel Karuna may have pulled that off here with “Colormaxxing“. The P3 color space is just bigger than the sRGB color space, and the extra colors tend to be in the more intense regions. What if I told you that #ff0000 or rgb(255, […]
15日前

Examples of Why The Web Needs Anchored Popovers
Frontend Masters Boost RSS Feed
Seriously almost every "menu" and "tooltip" could and should use this when it's ready.
15日前