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
Vue Tricks: Smart Layouts For Vue.js

This article explains how to create a layout system similar to Nuxt.js using Vue. - http://amp.gs/MpZx

#vue
17 Pro JavaScript tricks you didn't know

This thought-provoking post by Rahul will increase your efficiency and productivity when coding JavaScript. - http://amp.gs/Mlp9

#javascript
11 Top Node ORMs, Query Builders & Database Libraries in 2020

Choosing an ORM or query builder for your app can be daunting, but this roundup from the folks at Prisma really went into some depth on the most popular options including Mongoose, Knex.js, Sequelize and, yes, Prisma (so take that natural bias into account). - http://amp.gs/Mlrn

#nodejs
Decouple Data From UI With React Hooks

Learn how to write a functional component leveraging the Fetch API to address both the data retrieval latency and the subsequent re-rendering of the component with the returned data. - http://amp.gs/MBjr

#react
Automatic Dependency Injection in Vue with Context

Learn how to implement Automatic Dependency Injection in Vue.js with the Context Provider Pattern. - http://amp.gs/MBDy

#vue
Progressive Web Apps in 2020

This was shared in one of the first few issues of the year. It offered a look back at what had happened in the PWA ecosystem so far, and offered a few pointers on what to expect in 2020 — worth taking another look at to see how things panned out. - http://amp.gs/MGgW

#pwa
A Growing Collection of 100+ Node.js Best Practices

This in-depth guide for Node developers came in as the most clicked link in Node Weekly this year and since it has continued to be updated regularly, we thought it was time to link it here too. - http://amp.gs/MCmO

#nodejs
Autofocus That Works Anytime in Angular Apps

I see a lot of developers struggling with the following scenario; they want a focusable element, such as input, to receive focus once it’s initially visible. - http://amp.gs/Mknj

#angular
Vue - The Road To Enterprise. Be Enterprise-Ready in no time

Take your Vue skills and knowledge to the next level. Learn how to create blazing fast, scalable, maintainable, and Enterprise-Ready applications with Vue. Best practices, advanced patterns, guides, tricks, and more. The only advanced Vue book you need. - http://amp.gs/MeIR

#vue
Five Common Mistakes Writing Components (with Hooks)

Posts where we get to learn from other people’s mistakes are always popular, and so it went with this one about creating components. - http://amp.gs/M7xk

#react
Sticky Table Headers with React Hooks

For tabular data presentation, flexbox is often chosen over the seemingly old-fashioned and much maligned <table> element. But the latter can still be a good choice when aided by these techniques. - http://amp.gs/M7o3

#react
Micro Frontends Pattern Comparison

Comparing build-time integration, server-side integration, run-time integration via iframes, and run-time integration via script. - http://amp.gs/MPKL

#microfrontends
Flutter — Visual Studio Code Extensions for Fast and Efficient Development

Extensions are a quick way to get your work done. A lot of extensions help in reducing repetitive work, reduce boilerplate code, etc. Some other extensions help in assisting the development process and even help in faster and efficient development. - http://amp.gs/MhFZ

#flutter
15 RxJS *Awesome* Tips from 15 Sentinels

RxJS is by far the hottest library for reactive programming in the web for the past few years. It is built on fascinating concepts and paradigms which are worth digging into that aren’t in scope of this post (what is “reactive”, “declarative”, functional programming concepts and more..). - http://amp.gs/MvDH

#rxjs
Implement Infinite Scroll in Vue.js Using Apollo and Hasura GraphQL

In this article, you'll learn how to implement infinite scroll in a Vue.js app using Apollo and Hasura GraphQL APIs. - http://amp.gs/MguU

#vue