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

Admin: @andrey2019
Download Telegram
Swipey Image Grids

Cassie Evans demonstrates how to use SVG to make responsive, animated image grids. - http://amp.gs/6J8h

#css
Node Development with Docker and Docker Compose

Using Docker and Docker Compose to develop Nod projects can be a good option, especially if working in a team. This article provides a walk-through of a possible setup and some pros and cons of the approach - http://amp.gs/6Jq6

#nodejs
React Native Authentication Flow, the Simplest and Most Efficient Way

Everything you need to know to implement authenticated access including connection to an authentication API, persisting that data and a mechanism for notifying your app of authentication state changes. - http://amp.gs/60qF

#reactnative
5 Useful Tools and Libraries for Testing VueJS Applications

This article introduces the five main testing tools for Vue and explains how they differ. - http://amp.gs/6K1j

#vue
Say Hello To CSS Container Queries

Ahmad Shadeed explains why we need container queries and how they will help you create more powerful components and layouts. - http://amp.gs/6KJL

#css
7 Tips for Becoming a Competent JavaScript Developer

This article is meant to provide you with something to hold on to by following the seven tips that will help you on your way to becoming a competent JavaScript developer. - http://amp.gs/63nu

#javascript
Adapting Your Angular Apps for Dual-Screen Devices with ngx-foldable

Find out how you can quickly adapt existing Angular apps for dual-screen devices (like the Surface Duo), without having to deep dive into custom-specific CSS and media queries. - http://amp.gs/63Xc

#angular
Building React Applications Using Deno: The Definite Guide

If you’ve been wondering if you could build the next Next.js or create-react-app with Deno, the answer is a definitive yes. Here’s how. - http://amp.gs/6HR2

#react
Create Card Component Story Using Storybook with Nuxt

Learn to use Storybook and Nuxt to create a beautiful design system that invites front-end developers to try out your component library. - http://amp.gs/62m0

#vue #nuxt
Building a Video Streaming App with Nuxt.js, Node and Express

A walkthrough of creating a server-side Node app that will handle the fetching and streaming of videos, generating thumbnails, and serving captions and subtitles. Nuxt.js is the Vue.js based framework that brings it all together. - http://amp.gs/62Wp

#nodejs
👏1
Hyperapp – Is It a Lightweight 'React Killer'?

There are lots of frameworks which aspire to chip away at React’s market position. After an ecosystem setback when breaking changes were introduced in v2, Hyperapp is back and its claimed benefits warrant another look. - http://amp.gs/6w0C

#hyperapp
Improved Responsiveness for Improved Performance in Angular Apps

When working with responsive applications, it’s often the case that we need to toggle the visibility of some… - http://amp.gs/6Xf6

#angular
The Quasar Show - Episode 1 – Luke Diebold

Luke Diebold has started a new series of videos called “The Quasar Show”! In this episode they cover recent Quasar news, usage with the Composition-API, showcase of live projects and more advanced tips & tricks that you might not have known about. - https://www.youtube.com/watch?v=XxUYIg1eS9o

#vue
How to easily sync with multiple v-models in Vue 3 using Composition API – Thomas Findlay

Vue 3 has brought many new features, and the ability to use more than one v-model directive on the same element is one of them. I want to share with you a quick tip on how to handle updating the state of a parent component when using multiple v-models. It’s especially useful when dealing with forms. - http://amp.gs/6L8F

#vue
15 DevTool Secrets for JavaScript Developers

I think ‘secrets’ is a bit bold, but nonetheless I picked up a few tips here. Breaking on DOM changes, filtering requests in the Network panel, and copying requests in fetch or curl format are all very neat. - http://amp.gs/6a6g

#devtools