FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
State Management with Composition API

The Composition API (and other Vue 3 APIs) simplifies a lot when it comes to state management. Learn how the Composition API has changed the way I manage my application state. - http://amp.gs/HYSg

#vue
A Critique of React Hooks

Sometimes you have to lead with the controversial item of the week and the Hacker News discussion around this went off into a lot more depth. - http://amp.gs/HtZ8

#react
Deno 1.0: What You Need to Know

Two years ago Ryan Dahl, the original creator of Node, gave a popular talk called 10 Things I Regret About Node.js where he revealed Deno, his prototype of how he'd build a better V8-based JavaScript runtime. With 1.0 due next week, Deno is poised to be a particularly exciting release and this article does a good job of cruising through the reasons why. - http://amp.gs/Ht01

#nodejs
7 JavaScript Design Patterns Every Developer Should Know

This is sort of like a (very) mini version of Addy Osmani’s 2017 book on JS design patterns - http://amp.gs/Hmek

#javascript #patterns
6 Concepts to Master to be an Angular Architect

Six concepts every Angular developer should explore in-depth in order to master Angular and design well-architected applications. - http://amp.gs/HmK6

#angular
A Complete Guide to CSS Functions

A comprehensive guide to CSS functions, covering Custom Properties, Color Functions, Pseudo Class Selectors, Animation Functions, Sizing and Scaling Functions, Grid Functions, and more. - http://amp.gs/HZC5

#css
Stale-While-Revalidate Data Fetching Composable with Vue 3 Composition API

When building apps that rely on data from an API, two things are essential: we want our data to be fresh, and we want it fast. The stale-while-revalidate caching pattern helps us to strike a balance between both. - http://amp.gs/Hptk

#vue
A Practical Guide to Node Buffers

You’ll often encounter Buffer objects for holding binary data in the form of a sequence of bytes during interactions with the operating system, working with files, network transfers, etc. - http://amp.gs/HlTT

#nodejs
Playwright 1.0: Fast and Reliable Cross-Browser Testing

We first featured Playwright, Microsoft’s take on a cross-browser alternative to Puppeteer, a few months ago, but it’s already at 1.0. This post does a good job on selling it. - http://amp.gs/HBZq

#javascript
Moving From SCSS to Styled-Components: Advantages and Caveats

Eslam Hefnawy evaluates the advantages and disadvantages of moving from SCSS to styled-components in your React application. - http://amp.gs/HGTl

#css
Implement file upload with Firebase Storage 🔥 in our Angular App: The simple way

This is the second article in a series of articles where Siddharth(who's a GDE in Angular & Web Tech) and Martina (this article's author) create KittyGram: A super-minimal Instagram Clone that allows uploading only Cat 🐱 Photos. - http://amp.gs/Hx1b

#angular
How to Build a REST Service with Fastify

How to build a basic RESTful service using Fastify, a popular Node Web framework focused on performance/low overheads. - http://amp.gs/HfzH

#nodejs
Introduction - Nuxt Content

Empower your NuxtJS application with @nuxt/content module: write in a content/ directory and fetch your Markdown, JSON, YAML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS. - http://amp.gs/Hf6O

#vue #nuxt
Announcing TypeScript 3.9

You know it's JavaScript plus syntax for type declarations and annotations by now, right? 3.9 gains a variety of editor improvements, performance improvements, and tweaks to inference and Promise.all. No awaited just yet though. - http://amp.gs/HCQS

#typescript
A Complete Guide to CSS Functions

A comprehensive guide to CSS functions, covering Custom Properties, Color Functions, Pseudo Class Selectors, Animation Functions, Sizing and Scaling Functions, Grid Functions, and more. - http://amp.gs/HeTb

#css
React Interview Questions and Answers

If you’re looking for a job and preparing for interviews, or if you just want to revise your overall knowledge, you might find this really useful. The Cheat Sheet for React Interviews is a simpler take on the same idea. - http://amp.gs/He6k

#react #interview #questions
Angular Reactive Forms: The Ultimate Guide to FormArray

In this article, we're going to discuss this peculiar creation — a FormArray, exposed by Angular Reactive Forms. We’ll learn when and how to use it, both in the component and in the template. Moreover, we’ll see how we can apply custom validation to it. - http://amp.gs/HPTI

#angular
Nuxt and Next Steps with Debbie O'Brien

On today’s episode we have special guest, Debbie O’Brien, Head of Learning and Developer Advocate at Nuxt.js. Debbie tells us all about Nuxt. She even has an exciting announcement about a new release coming soon with Markdown in Nuxt that has the panel super excited! - http://amp.gs/Hyln

#vue #nuxt #podcast