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

Admin: @andrey2019
Download Telegram
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/jjhB8

#vue
A 3D Hover Effect Using CSS Transforms

Ryan Finni demonstrates how to create an effective hover interaction with JavaScript and CSS. - http://amp.gs/jjh2Z

#css
28 (And Counting) Node CLI App Best Practices

From the creator of several Node-based CLI tools is a curated collection of best practices for building “successful, empathic and user-friendly” CLI tools using Node. - http://amp.gs/jjvVt

#nodejs
Deep Dive Into React Context API

For props used by many components (such as UI theme, for example) use React’s Context API to make them available throughout your component tree without the hassle of all that passing them from parent-to-child. - http://amp.gs/jjgyX

#react
Angular: Effective Component Patterns

Effective patterns for sharing data between components in Angular… - http://amp.gs/jjEdA

#angular
How To Switch From Software Developer to Solutions Architect

Discover how you can start your journey into the world of architecture - http://amp.gs/jjVdA

#architect
Refactoring to Vue 3

This guide will show you how to refactor a Vue 2 app to Vue 3 using the Composition API to express reusable stateful logic. - http://amp.gs/jj4AW

#vue
Demystifying styled-components

If anything ever seems ‘magical’, it might be time to dig in and figure out how things work. Josh ‘pops the hood’ on the popular Styled Components component styling system and demonstrates how you’d build a simple similar such thing of your own. A great way to learn. - http://amp.gs/jjRst

#react
Maintaining Multi-language Angular Applications

Discover the possibilities of Angular internationalization (i18n) and localization (l10n) - http://amp.gs/jjdst

#angular
Home Rolled Store with the Vue.js Composition API

The Vue.js 3 composition API is useful as a powerful store solution, providing an intuitive way of storing, accessing, and modifying state across components. - http://amp.gs/jjrHT

#vue
What is a monorepo? (and Should You Use Them?) — Semaphore

Monorepos can foster rapid development workflows. In this post, we’ll examine if they are the right fit for… - http://amp.gs/jjSo1

#monorepo
How to cache API responses and other data in Angular

Using a cache system could improve significantly your web applications’ performances and allow users to… - http://amp.gs/jjNa7

#angular
React 18: A Summary in 12 Tweets

If you didn’t have the time (or inclination) to read the detail we provided on React 18 in the last issue, here’s much the same content boiled down to 12 tweets by a former core React team member. While not suitable for every topic, this concise, Twitter-based presentation style has its merits. - http://amp.gs/jjAwd

#react
How to Create a Progressive Web Application with Vue and Sanity

In this article, you will learn how to build a simple web application with Vue.js, query your data from Sanity, and make it a Progressive Web Application (PWA) by installing the PWA plugin. - http://amp.gs/jjsFZ

#vue #pwa
Explore Clean Architecture In Flutter

A basic introduction on how to ensure a clean architecture for your Flutter apps. - http://amp.gs/jjigN

#flutter
Microfrontends — part 1: extending service-oriented architecture to frontend…

Case study of migration of StepStone Service’s main product — complex job board — to microfrontend… - http://amp.gs/jjDIA

#microfrontends