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
Vue.js Official Style Guide released!

The official style guide for Vue-specific code has been released. If you use Vue in a project, it’s a great reference to avoid errors, bikeshedding, and anti-patterns. - https://goo.gl/RHu5Yx

#vue #styleguide
8 Key React Component Decisions

Standardize your React development with these key decisions. - https://goo.gl/HS11u5

#react
Implementing Serverless Node.js Functions Using Google Cloud

Google’s still-in-beta Cloud Functions doesn’t seem to get a lot of press, but if you’re using Node, it’s worth checking out as a serverless platform. - https://goo.gl/bLF9Ws

#nodejs
Using Preact as a React Alternative

Ahmed Bouchefra takes a look at Preact, a lightweight version of React with a growing community that’s well suited to high-performance apps and slow 2G networks. - https://goo.gl/gk5iNi

#prereact
Await and Async Explained with Diagrams and Examples

A tutorial that explains the new await/async features in ES2016 for more easily working with asynchronous functions. - https://goo.gl/Y1gqo3

#await #async
Test Methods and Mock Dependencies in Vue.js with Jest

Learn how to test methods and cope with mocking module dependencies. - https://goo.gl/EhDsfN

#vue #testing #jest
Next.js 4 Released with Perf and Styling Upgrades

A new version of Next.js, a framework for building universal React apps, is out with support for React 16 and a major upgrade to its styling engine. - https://goo.gl/b6eNCN

#next4 #release
I’m Breaking up with Higher Order Components

Why one developer is preferring to write declarative, readable and flexible React components using render props instead of HOCs. -
https://goo.gl/3zkaZw

#react
Building Browser Extensions At Scale

An extensive overview of techniques, best practices, and things learned by Grammarly, creators of a popular browser extension. - https://goo.gl/Dgdh81

#extension
The Web at Maximum FPS: How WebRender Gets Rid of Jank

“WebRender isn’t really about making rendering faster. It’s about making it smoother.” A great look at improvements coming to Firefox soon. - https://goo.gl/boMMW5

#css
Deploy Docker Images to Heroku with Container Registry

Heroku’s new Container Registry and Runtime is now generally available and brings together the benefits of Docker with those of Heroku. - https://goo.gl/2kCpKa

#docker #heroku