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
Implementing Private Fields for JavaScript

Although you might be using them already via Babel or TypeScript, private fields are a feature being added to JavaScript directly through the TC39 proposal process. - http://amp.gs/jI3Yz

#javascript
NodeJS — Make Your API Response Nicely

Hi friends, it’s been a while since I made an article about Laravel API a year ago, here’s the article, I… - http://amp.gs/jI36R

#nodejs
Inclusive Design Principles

Henny Swan, Ian Pouncey, Heydon Pickering, and Léonie Watson outline design principles that will help you put people first. - http://amp.gs/jIHVR

#design
5 tips to boost your Angular skills

Check out these advises backed by concrete examples which can help you improve your developer skills and give… - http://amp.gs/jIHco

#angular
Building an online store with React, AWS, and Stripe

This article provides a step-by-step guide to building an Online Book Store that uses a React frontend, AWS serverless backend, and Stripe for payment processing and shows you how all these technologies fit together to create a secure, scalable, and cost-effective real-world architecture. - http://amp.gs/jI2my

#aws #react #stripe
Refactoring to Vue 3

A really nicely written (and presented!) tutorial of refactoring a small feature from Vue’s options API into composition API. - http://amp.gs/jI2dN

#vue
Introducing Reactron

By enabling both the visualization and testing of individual components before they are incorporated into the completed page, Reactron encourages the use of TDD in the React development process. - http://amp.gs/jI254

#react
10 Fun VS Code Extensions To Enjoy Coding As a Developer

A walk-through of a few fun VS Code Extensions that’ll not only boost your productivity but also make coding more enjoyable. - http://amp.gs/jIwVZ

#vscode
How to be a Better Frontend Developer

What to Learn to Excel at Frontend Development - http://amp.gs/jIFz4

#frontend
Re-usable Angular Components—Part I

This blogpost demonstrates different approaches how to build re-usable components with a simple example. This… - http://amp.gs/jIFXd

#angular
Debugging Guide: Why Your Vue Component Isn't Updating

If you’ve got a Vue component that won’t update the way you expect it to, this debugging guide will help you to quickly identify and fix the problem. - http://amp.gs/jIXJc

#vue
Media Queries in Times of @container

Max Böck explores the role of media queries within the context of newly available container queries. - http://amp.gs/jILq3

#css
A Visual Guide to Node.js Streams

Streams aren’t conceptually too difficult to grasp but some visuals fit well and certainly help. - http://amp.gs/jIWVr

#nodejs
How to Memoize with React.useMemo()

Improve the performance of your components by using memoization to avoid redundant, expensive, time-consuming function calls. - http://amp.gs/jIag1

#react
Pinia, an Alternative Vue.js Store

Pinia is an up-and-coming alternative store solution for Vue.js. It boasts an intuitive API and all the features you expect from a Vue store. - http://amp.gs/jIMZZ

#vue
Building an enterprise-grade Angular project structure

An important task in setting up a modern front-end project is to define a scalable, long-term and… - http://amp.gs/jI5l4

#angular
The Modern Guide to React State Patterns

At one stage, you could basically just say ‘use Redux’ but there are so many options now and this guide flies through a few approaches. - http://amp.gs/jIQbZ

#react