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
Debounce Your React and Redux Code to Improve Performance

‘Debouncing’ is a mechanism for limiting the number of intensive calculations (e.g. only make a request or update something every 500ms at most). - https://goo.gl/8X3iKt

#react #redux
Ember.js: The Perfect Framework for Web Applications

Ember.js lets you scaffold and build complex front-end web apps quickly. Graham Cox explores this popular, batteries-included JavaScript framework - https://goo.gl/UDm4un

#ember
6 Myths of Progressive Web Apps

Busting some of the common myths surrounding PWAs. - https://goo.gl/TL2JPS

#pwa
Build a Scientific Calculator with Vue.js

In this tutorial, Raphael Ugwu shows how he built a scientific calculator with Vue. A great read if you’re interested in seeing how a Vue app gets built from start to finish. - https://goo.gl/QAS8Ho

#vue
7 Reasons to 'Outlaw' React’s Functional Components

Are React’s functional components worth the cost? - https://goo.gl/Gi3wZt

#react
Naming Things In CSS Grid Layout

The various ways that you can name lines and areas in CSS Grid Layout to enable easier placement of items by name rather than number - https://goo.gl/UghaiC

#css #grid
Getting A High Progressive Web App Score On React and Material-UI

Basic techniques used to get a high score for a sample app based on a stack of React, Redux and Material-UI. - https://goo.gl/d9usf3

#react
When to Use Server-Side Rendering (SSR) in Vue.js Projects

There are advantages and disadvantages to using SSR including SEO and performance. Alan Ktquez gives his take on when this feature is worth implementing in a Vue.js app. - https://goo.gl/WQAbnr

#vue #serverSideRender
Creating a super simple FontAwesome 5 icon component in Vue

It won’t take more than a couple of minutes, plus you can use your own classes and icons thus keeping your assets small. - https://goo.gl/5TxdUa

#vue
Building a CSS-Only Image Gallery (with Fallbacks)

A look at an approach to creating an experimental CSS-only image gallery, which doesn’t break the experience on older browsers. - https://goo.gl/j77QMD

#css
React, Inline Functions, and Performance

Thoughts about premature optimization and the performance of inline functions. - https://goo.gl/TRdeRs

#react
An imperative guide to forms in Vue.js

In this tutorial, we will walk you through the process of creating, validating, and utilising inputs from a form in a Vue.js 2.x application. - https://goo.gl/FmQQtn

#vue #forms
The Web Share API Is Here: Here’s How to Use It

This JavaScript API, added in Chrome 61, lets you implement native sharing capabilities from your mobile web app (it was previously only available on native platforms). - https://goo.gl/NeMdCH

#shareapi