FrontEnd Development
30.8K subscribers
145 photos
1 video
9.34K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Don't Use Functions As Callbacks Unless They're Designed for It

There's been a severe lack of Node blog posts this week, but this older one has been doing the rounds on social again, and it's fantastic enough to re-share :-) Callbacks can introduce added hidden complexity that can cause seemingly innocent code to break so it pays to be careful. - http://amp.gs/jISwm

#nodejs
Flutter Is About To Win Over the Web

The cross-platform framework offers the most compelling web development experience - http://amp.gs/jIAiK

#flutter
Getting Started with webpack

If you’re already working with webpack, scroll on by, but otherwise this is a reasonable beginner-oriented introduction to the main concepts. - http://amp.gs/jIqq8

#webpack
1
Building a React Component Library — The Right Way

This instructive tutorial teaches how to build libraries differently and drastically change the way you structure any web project and collaborate on code. - http://amp.gs/jIsO1

#react
What’s new in Vue 3.1?

It has already been 8 months since v3.0.0, and here is the first minor version. In the meantime, 11 patch releases landed mainly with bug fixes and performance improvements, but also with some features and changes.
Let’s catch up with everything that happened since v3.0.0! - http://amp.gs/jIiSO

#vue
1
Is microfrontend the future?

Microfrontend enables the independence of development and deployment of Web apps while maintaining a fast… - http://amp.gs/jIu7S

#microfrontends
Why Angular is getting the highest preference among developers?

Angular is an open-source front-end framework developed by Google for creating dynamic, modern web apps… - http://amp.gs/jIJCs

#angular
How to Create a Jumping Text Input Label

A short tutorial on implementing this increasingly popular technique for labelling form fields. Not sure what a ‘jumping text input label’ is, exactly? - http://amp.gs/jIJNu

#react
5 Advanced React Patterns

This article is an overview of 5 modern advanced React patterns, including integration codes, pros and cons, and concrete usage within public libraries. - http://amp.gs/jI0BO

#react
Vue vs Svelte: Comparing Framework Internals

In this tutorial, we’ll put the two frameworks, Vue and Svelte, side-by-side, and compare the different implementation approaches. - http://amp.gs/jIKYI

#vue
👍1
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