• Авторизация


How To Fix Cumulative Layout Shift (CLS) Issues rss_smashmagazine 02-06-2021 15:30


Google’s Core Web Vitals initiative has taken the SEO and Web Performance worlds by storm and many sites are busy optimizing their Page Experience to maximize the ranking factor. The Cumulative Layout Shift metric is causing trouble to a lot of sites, so let’s have a look at ways of addressing any issues for that metric.

https://smashingmagazine.com/2021/06/how-to-fix-cumulative-layout-shift-issues/

комментарии: 0 понравилось! вверх^ к полной версии
Improving The Performance Of An Online Store (Case Study) rss_smashmagazine 02-06-2021 13:30


Getting a good performance score from Google is hard for any website — but doing so for an online store is even harder. We achieved green scores — even several for mobile. Here is how we did it.

https://smashingmagazine.com/2021/06/front-end-performance-online-store-jewellerybox/

комментарии: 0 понравилось! вверх^ к полной версии

Smashing Podcast Episode 38 With Ivan Akulov: Why Is My React App Slow? rss_smashmagazine 01-06-2021 17:00


In this episode, we’re talking about React performance. What factors slow our React apps down, and how can we fix it? Drew McLellan talks to expert Ivan Akulov to find out.

https://smashingmagazine.com/2021/06/smashing-podcast-episode-38/

комментарии: 0 понравилось! вверх^ к полной версии
Setting Up A Currency Convertor With ExchangeRatesApi.io rss_smashmagazine 01-06-2021 12:00


Amazon allows visitors to display prices in their own currency. Thanks to *ExchangeRatesApi.io*, we can do the same for our online shops, providing a better experience to our customers. Let’s find out how.

https://smashingmagazine.com/2021/06/currency-convertor-exchangeratesapi/

комментарии: 0 понравилось! вверх^ к полной версии
Happy June Vibes For Your Screen (2021 Desktop Wallpapers Edition) rss_smashmagazine 31-05-2021 14:30


What could be a better way to welcome June than with some colorful inspiration? Well, we might have something for you: wallpapers created with love by artists and designers from across the globe.

https://smashingmagazine.com/2021/05/desktop-wallpaper-calendars-june-2021/

комментарии: 0 понравилось! вверх^ к полной версии
Adding A Commenting System To A WYSIWYG Editor rss_smashmagazine 28-05-2021 14:00


In this article, we’ll be re-using the foundational WYSIWYG Editor built in the first article to build a commenting system for a WYSIWYG Editor that enables users to select text inside a document and share their comments on it. Let’s dig in!

https://smashingmagazine.com/2021/05/commenting-system-wysiwyg-editor/

комментарии: 0 понравилось! вверх^ к полной версии
Useful VS Code Extensions For Front-End Developers rss_smashmagazine 27-05-2021 16:30


Meet useful Visual Studio Code extensions for web developers: little helpers to minimize slow-downs and frustrations, and boost developer’s workflow along the way. With auto log messages, auto code formatting, file utils, file labels, code snippets, highlight brackets, tags, indents and workspaces, onboarding and remote SSH.

https://smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/

комментарии: 0 понравилось! вверх^ к полной версии
How To Build And Launch Responsive Websites Faster With Editor X rss_smashmagazine 27-05-2021 12:30


While web builders have been around for a long time, it wasn’t until recently that they became practical for professional use. Closing the gap between design and code has become the north star for many companies and we are seeing a wave of tools that deliver on this promise.

https://smashingmagazine.com/2021/05/build-launch-responsive-websites-editorx/

комментарии: 0 понравилось! вверх^ к полной версии
Accessible SVGs: Perfect Patterns For Screen Reader Users rss_smashmagazine 26-05-2021 16:20


Discover which SVG patterns we should avoid and which patterns are the most inclusive when comparing different combinations of OSs, browsers, and screen readers.

https://smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/

комментарии: 0 понравилось! вверх^ к полной версии
A Guide To Undoing Mistakes With Git (Part 2) rss_smashmagazine 25-05-2021 17:00


Mistakes. These cruel villains do not even stop at the beautiful world of software development. But although we cannot avoid making mistakes, we can learn to undo them! This post will show the right tools for your daily work with Git.

https://smashingmagazine.com/2021/05/undoing-mistakes-git-part2/

комментарии: 0 понравилось! вверх^ к полной версии
A New Way To Reduce Font Loading Impact: CSS Font Descriptors rss_smashmagazine 25-05-2021 12:30


Web fonts are often terrible for web performance and none of the font loading strategies are particularly effective to address that. Upcoming font options may finally deliver on the promise of making it easier to align fallback fonts to the final fonts.

https://smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/

комментарии: 0 понравилось! вверх^ к полной версии
CSS Container Queries: Use-Cases And Migration Strategies rss_smashmagazine 24-05-2021 14:30


CSS Container queries bring media queries closer to the target elements themselves and enables them to adapt to virtually any given container or layout. In this article, we’re going to cover CSS container query basics and how to use them today with progressive enhancement or polyfills.

https://smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/

комментарии: 0 понравилось! вверх^ к полной версии
Building A Rich Text Editor (WYSIWYG) From Scratch rss_smashmagazine 21-05-2021 14:30


Let’s build a rich text, WYSIWYG-editor that supports rich text, images, links and some nuanced features from word processing apps. We will use SlateJS to build the shell of the editor and then add a toolbar and custom configurations.

https://smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/

комментарии: 0 понравилось! вверх^ к полной версии
Boost Your Skills Online: Smashing Workshops On Front-End And Design rss_smashmagazine 20-05-2021 17:20


Front-end and design are remarkably complex these days. That’s why we invite kind, smart folks from the community to run online workshops for all of us to learn together. And we have new ones coming up, and we’d like to kindly welcome you to join in.

https://smashingmagazine.com/2021/05/new-online-workshops-front-end-ux/

комментарии: 0 понравилось! вверх^ к полной версии
How To Implement Authentication In Next.js With Auth0 rss_smashmagazine 20-05-2021 14:00


A step-by-step tutorial on adding authentication and authorization to your Next.js apps, with Auth0. We’ll be using a Next.js SDK to connect our application to the Auth0 API and will create the dynamic API route for React.

https://smashingmagazine.com/2021/05/implement-authentication-nextjs-auth0/

комментарии: 0 понравилось! вверх^ к полной версии
Frustrating Design Patterns: Mega-Dropdown Hover Menus rss_smashmagazine 19-05-2021 14:40


Everything to keep in mind when designing and building a mega-dropdown, common pitfalls, hover entry/exit delays, trajectory triangle technique and SVG path exit areas.

https://smashingmagazine.com/2021/05/frustrating-design-patterns-mega-dropdown-hover-menus/

комментарии: 0 понравилось! вверх^ к полной версии
How To Create, Edit And Animate SVGs All In One Place With SVGator 3.0 rss_smashmagazine 18-05-2021 13:30


Today, we are taking a closer look at [SVGator 3.0](https://www.svgator.com/?utm_source=article&utm_medium=smashingmag&utm_campaign=svgator3_smashing), a new major release of the popular SVG application that lets you create, edit and animate SVG files and make the best out of what SVG has to offer — from start to finish.

https://smashingmagazine.com/2021/05/create-edit-animate-svg-svgator3/

комментарии: 0 понравилось! вверх^ к полной версии
Smashing Podcast Episode 37 With Adam Argyle: What Is VisBug? rss_smashmagazine 18-05-2021 08:00


In this episode, we’re talking about VisBug. What is it, and how is it different from the array of options already found in Chrome DevTools? Drew McLellan talks to its creator Adam Argyle to find out.

https://smashingmagazine.com/2021/05/smashing-podcast-episode-37/

комментарии: 0 понравилось! вверх^ к полной версии
How We Improved Our Core Web Vitals (Case Study) rss_smashmagazine 17-05-2021 14:30


Google’s “Page Experience Update” will start rolling out in June. At first, sites that meet Core Web Vitals thresholds will have a minor ranking advantage in mobile search for all browsers. Search is important to any business, and this is the story of how Beau Hartshorne and his team at Instant Domain Search improved their Core Web Vitals scores.

https://smashingmagazine.com/2021/05/core-web-vitals-case-study/

комментарии: 0 понравилось! вверх^ к полной версии
Tree-Shaking: A Reference Guide rss_smashmagazine 14-05-2021 13:30


“Tree-shaking” is a must-have performance optimization when bundling JavaScript. In this article, we dive deeper on how exactly it works and how specs and practice intertwine to make bundles leaner and more performant. Plus, you’ll get a tree-shaking checklist to use for your projects.

https://smashingmagazine.com/2021/05/tree-shaking-reference-guide/

комментарии: 0 понравилось! вверх^ к полной версии