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
Node and JavaScript Testing Best Practices

A well-presented collection of 30 best practices for better JavaScript testing, continuous integration, and overall quality. - http://amp.gs/DnTm

#nodejs
A CSS Only Solution To :hover On Touchscreens

This tip on how to best handle hover states on mobile devices proved very popular. The TL;DR here? Using @media(hover: hover) and (pointer: fine). - http://amp.gs/DnEv

#css
Best Practices for Building a Large Scale React App

'Best practice' roundups always do well, and so did this post which covers a few concepts worth keeping in mind to make neater, larger-scale apps over time. - http://amp.gs/Dnc7

#react
This Month in Vue - November 2019 – Gregg Pollack

As you have probably noticed, the Vue.js News podcast is now released on a monthly cycle along with an article that sums up the most interesting news and stories from the past month. Here it is for November. Check it out! - http://amp.gs/DGSX

#vue
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