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
Episode #6: May the Forms be with You (feat. Marina Mosti)

This episode features a new guest Marina Mosti, author of the book "Build Forms with Vue.js." We get the opportunity to chat about forms in Vue, her writing process and her journey as a developer and educator. - http://amp.gs/0Un0

#vue #podcast
7 Types of Native Errors in JavaScript You Should Know

A beginner’s level introduction to understanding the meaning behind errors like RangeError, ReferenceError, and URIError. - http://amp.gs/0dzY

#javascript
Declarative internet shopping with Payment Request API and Angular

Remember last time you paid on a website with a single touch using Google Pay, Apple Pay or a credit card? Now suppose you need to implement this functionality in an Angular application. Let's see how this can be done. - http://amp.gs/0Ol2

#angular
Are React Single File Components Here?

“I think React SFCs will reach standardization in the near future and it is worth discussing now as a standalone post.” - http://amp.gs/0rvm

#react
An introduction to Angular Template Syntax - JavaScript in Plain English

Angular is a popular front-end framework made by Google. Like other popular front-end frameworks, it uses a component-based architecture to structure apps. In this article, we’ll look at Angular template syntax. - http://amp.gs/0AS0

#angular
Vue.js 3 Course - Composition API, TypeScript, Testing

Take a look at what I consider to be best practices when writing tests for Vue components. We will also take a sneak-peak at the new version of Vue Test Utils, built-in TypeScript for Vue 3.0, and some of the new features. - http://amp.gs/0qEv

#vue #video
Should I useState or useReducer?

Two built-in React hooks that handle state.. but which should you use? An update on a post from last year. - http://amp.gs/0sUK

#react
Awesome Node: Over 600 Curated Node Packages, Resources, and Links

We link to this every year or so as it’s a truly definitive list of categorized Node resources and continues to be updated, pruned, and added to overtime. - http://amp.gs/0Dk8

#nodejs
Reactive State in Angular: Introducing Angular Effects

Angular is a powerful framework. It has observables, it has TypeScript, it has dependency injection. Great! But how do you manage state? We are left to figure this out for ourselves. - http://amp.gs/0DQP

#angular
Building a Reusable Pagination Component in Vue.js

In this course, we'll be building a reusable Pagination Component. It will let the user: select the number of results per page; navigate to pages both directly and with 'next' and 'previous' buttons, and track their queries between page reloads via query params. - https://www.youtube.com/watch?v=M033S_-uHkQ

#vue #video
How to use CSS Scroll Snap

Nada Rifki shows how to customize scroll behavior using CSS Scroll Snap. - http://amp.gs/0JFr

#css
Build a Native Desktop GIF Searcher App using NodeGui

Atul Ramachandran demonstrates how to install NodeGui (a Qt-driven desktop app library) and use it to build a “meme searcher.” - http://amp.gs/00iJ

#nodejs
Code Tour: VS Code Extension to Record and Playback Guided Code Walkthroughs

This looks really promising for teams that want to help new hires get familiar with certain features of a codebase, essentially replacing actual training sessions. - http://amp.gs/005v

#vscode #extension
The correct way to make API requests in an Angular application

In this article, we will discuss how to execute requests in an Angular Application. - http://amp.gs/0KNN

#angular