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
A plan for version 8.0 and Ivy

“When will Ivy be ready?” is a question we get asked every week. Here’s an update on how things are going with version 8.0, and our plans… - http://amp.gs/UKIa

#angular
Structuring Vuex Modules for Relationships, Speed and Flexibility

An effective way of using Vuex modules is to represent your data with records or models. The author of this article benchmarked several Vuex model solutions but found them slow. Here he explains an effective vanilla approach that you can implement yourself. - http://amp.gs/U3nD

#vuex
A Curated Compilation of Node Best Practices

We haven’t linked this for a while, but this curated collection of Node best practices continues to grow and be of value. It covers topics from error handling to memory use and, most recently, how to avoid publishing secrets to the npm registry. - http://amp.gs/UFRt

#nodejs
Introducing CLI Builders

In this blog post, we’re going to look at a new API in Angular CLI, which allows you to add CLI features and augment existing ones. We’ll… - http://amp.gs/UXdN

#angular
Build a Task Management App Using Vue.js and a Node.js Backend

This full-stack tutorial will guide you through creating a task management app with features to create, move, and update tasks. - http://amp.gs/UW4W

#vue #nodejs
How to useReducer in React?

You’ll want to know what a reducer is first, but assuming you do, this is a short, sweet and practical example of how the useReducer hook can bring reducers and React together for handling complex state transitions - http://amp.gs/UaSR

#react
How to Build and Integrate a Serverless React App with Crowdbotics and AWS Amplify

A pretty extensive tutorial that focuses on using Crowdbotics’ tools and platform. - http://amp.gs/U5hx

#react #aws
Understanding Mixins in Vue JS

A useful introduction to Mixins in Vue, why they are important and how to use them in your workflow. - http://amp.gs/UQnc

#vue
Breaking to a New Row With Flexbox

Tobias Bjerrome Ahlin shows how you can break to a new flexbox row or column without setting the size of an item, by adding a collapsed element between two flex items. - http://amp.gs/Uc8o

#css
5 Things You Didn’t Know About React DevTools

You can theme them, you can debug performance using its profiler, you can dig into source, use ‘secret’ React APIs, and more. - http://amp.gs/UcXm

#react #devtools
Build Angular Like An Architect (Part 2)

In this section of the blog series Build Angular Like an Architect we look at optimizing a production build with angular-devkit, and round out our custom build by figuring out how to implement environments. - http://amp.gs/U62W

#angular
Distinguishing cached vs. network HTML requests in a Service Worker

If you want to know, from the client side, if your page was loaded from the cache or through the network this approach might be helpful. Trys covers off that this isn't necessarily production ready but it might give you some clues - http://amp.gs/UbF0

#javascript