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
How to Build a Node Command-Line Chat App with Chatkit

Building chat in your app can be pretty complex. Yet, with Chatkit (from Pusher, and currently in free beta mode) implementing fully-featured chat is a few lines of code. - http://bit.ly/2MoaDdy

#nodejs
Building Serverless Mobile Apps with React Native and AWS

A look at what’s involved with building a ‘backendless’ mobile app using React Native along with AWS’s Mobile CLI, Cognito (for auth), and Amplify. - http://bit.ly/2LOZocT

#reactNative #aws
Puppeteer 1.5 Released: Control Headless Chrome from Node

As well as a new homepage, Browser Contexts can be used to isolate cookies and other data usually shared between pages, and you can now interact with Web Workers. - http://bit.ly/2tcpoXQ

#puppeteer
You Probably Don’t Need Derived State

React 16.4 fixed a bug but this has, in turn, affected some apps that were using an anti-pattern that relied upon the bug(!) Here’s the core team’s look at the problem and some alternative approaches. - http://bit.ly/2M0mDRm

#react
Build a Basic CRUD App with Vue.js and Node

This tutorial will take you step by step through scaffolding a Vue.js project, offloading secure authentication to Okta’s OpenID Connect API (OIDC), locking down protected routes, and performing CRUD operations through a backend REST API server. - http://bit.ly/2K08YJA

#vue
Combining the Powers of SEM and BIO for Improving CSS

Ryan Yu introduces SEM (Scalable, Extensible, Maintainable) and BIO (BEM, ITCSS, OOCSS) technique, and explains how it can help you enhance your CSS strategy. - http://bit.ly/2yjPX38

#css
Vue Native: Build Native Mobile Apps with Vue.js

React has React Native, and now if you’re a Vue.js, you could give this a try. Unlike React Native this isn’t an official project from the same team and it’s essentially a Vue.js wrapper around React Native itself. - http://bit.ly/2JSe1jj

#vueNative
Manipulating Pixels Using Canvas

If you’ve not worked with the canvas element in the past few years, this is a practical, easy to follow walkthrough of producing some handy pixel-based effects with it. - http://bit.ly/2M5dC9y

#canvas
How CSS Works: Understanding the Cascade

Benjamin Johnson dives into the CSS cascade and looks at a few ways to keep the cascade from getting out of hand. - http://bit.ly/2t6u9Tz

#css
How Concurrent Marking in V8 Frees Up Your Main Thread

‘Marking’ is a key step in the V8 engine’s garbage collection process and as of Node 10 this process takes place on separate worker threads meaning there’s now more time for your code to run. - http://bit.ly/2KaTzJM

#nodejs
Build Custom Pagination with React

Build a custom pagination widget with React to display large datasets in chunks. - http://bit.ly/2t68Vpb

#react