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
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
Vue 3: What I'm Most Excited About with Chris Fritz

Vue 3 will be faster, simpler and more explicit. In this video, Vue docs author Chris Fritz discusses the key features he's most excited about in Vue 3 including the removal of reactivity caveats, fragments, and more. - https://www.youtube.com/watch?v=b554XmaTWrw

#vue #video
Why, How, and When to Use Semantic HTML and ARIA

Other than the obvious answer of 'always' 😉.. A look over the benefits of using HTML and ARIA, why starting with semantic HTML is the way to go, and why ARIA ought to come in as a last resort. - http://amp.gs/dTUC

#css
Angular: Recurring Problems I Face as a Front-End Consultant

Michele Stieven is a front-end developer and consultant in Italy. Over the last 2 years he's been working 90% of the time with Angular since it’s one of the most requested technologies in his field in Italy. He’d like to make a quick recap of the problems he's faced most as a consultant, and to address some issues or questions that he gets asked maybe too often!
- http://amp.gs/dzUK

#angular
Bye Node.js 6.. and It's Time to Upgrade Your AWS Lambda Functions

We’ve mentioned that Node 6.x was going to reach its ‘end of life’ on April 30 a few times, and this shall be the last time :-) One place you may have old Node 6 scripts lurking around is on serverless platforms like AWS Lambda and here’s how to upgrade them to Node 10 (which buys you time till at least 2021). - http://amp.gs/d1Ou

#nodejs #aws