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
Push Notification with Angular & .Net Core using Firebase

So, you want to get users’ attention when something happens or you want to remind them that you have something new in your application. Here is the way the author of this article used Angular & .Net Core to implement push notifications via FCM (Firebase Cloud Messaging). - http://amp.gs/DGQe

#angular
Choosing The Right Node.js Framework: Next, Nuxt, Nest?

A handy examination of the differences between three popular server-side rendering frameworks. - http://amp.gs/DxyH

#nodejs
A Complete Guide to React's useEffect

An amazingly epic post that will get anyone working with or thinking about React Hooks excited. It’ll help you understand a lot of the concepts involved. No time? There’s a good TLDR too. - http://amp.gs/DfjW

#react
An Update on CDNJS

CDNJS is a popular content distribution network for JavaScript files but just a couple of months ago its continued development was in doubt. In this significant update we learn more about how CDNJS works and how Cloudflare want to take it forward - http://amp.gs/Df9h

#cdn #cloudfare
How to reuse one Vue.js codebase across multiple apps – Thomas Holland

Thomas Holland returns with another article on Vue.js app architecture. I loved his previous article on Domain-driven development and this week he speaks about code re-usability but not in just one app, but multiple of those. - http://amp.gs/DfMZ

#vue
The Perfect Architecture Flow for Your Next Node Project

Outlines a set of architectural rules and best practices to consider to ensure your next Node project starts on the right path. - http://amp.gs/DCAQ

#nodejs
Don't Sync State, Derive It

Avoid synchronization bugs and hidden complexity by deriving (or calculating) state in React apps on the fly rather than keeping numerous copies of state around your app. - http://amp.gs/Dk1M

#react
Mastering console.log Like A Pro

This isn’t exactly new ground, but if you’re a heavy console.log user, this article deftly covers a variety of extra console methods to keep on your radar. - http://amp.gs/DkJA

#javascript
VueDose – Access template refs in Composition API in Vue.js 3

Quick tip on how to access the old this.$refs by using ref() in the new Composition API in Vue.js 3 components. - http://amp.gs/Dege

#vue
Why Progressive Web Apps Are The Future of Mobile Web

A popular, detailed overview of what makes up a PWA, their benefits, and why you should be looking at them. Links out to plenty of handy resources too. - http://amp.gs/DeoW

#pwa
5 Tips to Help You Avoid React Hooks Pitfalls

Explores some hook gotchas and how to avoid them. - http://amp.gs/DP1b

#react
Google Play Store Now Open for Progressive Web Apps

When Chrome 72 for Android shipped in January, it brought with it the ability to distribute PWAs in the Google Play Store. - http://amp.gs/DhtZ

#pwa
Portal - a new feature in Vue 3 - Filip Rakowski

Have you played the Portal game. There’s a similar concept for web frameworks, where you are able to teleport a component to a different location in the DOM? This is especially useful for modals (so it’s easier to manage things like z-index). Did you know we will likely get those in Vue 3.0 built-in? But until then, check out the portal-vue library. - http://amp.gs/DhMU

#vue
An Introduction to Controlling the Raspberry Pi 4's GPIO Pins from Node

If you’ve got a Raspberry Pi sat around (I have a few!) and you’re looking to have a play over the holiday season, you could start here. - http://amp.gs/Dgcp

#nodejs
useEffect and useRef Explained for Mortals

“Sometimes the pantheon of React Gods have a hard time translating their wisdom into language the rest of us can understand.” If you agree, this introduction may well be for you. - http://amp.gs/DEKV

#react
The TypeScript Tax: A Cost vs Benefit Analysis

As much as we love JavaScript, this was really a strong year for TypeScript, with it seeming to become the de facto way to bring strong typing to JavaScript. Back in January, Eric Elliott asked "is it worth it?" and presented some critical, data-driven analysis to establish its viability. It was your most clicked link of 2019. - http://amp.gs/DVJw

#javascript