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
Flow vs TypeScript in React: An Opinionated Take

Keen to introduce some typing into your React project? Pros and cons of two common approaches. - http://bit.ly/2JHSVDa

#flow #typescript
The ultimate guide: Call-to-Action buttons

How to craft effective Call-to-Action buttons, with 60+ of the best examples - http://bit.ly/2sSsyA0

#ui #ux
Which Accessibility Testing Tool Should You Use?

Paul Stanton experimented with a handful of popular accessibility testing extensions and tools which their team uses to validate the accessibility of their user interfaces. - http://bit.ly/2LWHZA2

#accessibility #tools
Working with Dynamic Bézier Curves and SVG in React

This is a gorgeous (and interactive!) tutorial. - http://bit.ly/2Jrns96

#react #svg
From npm to yarn and Back (to npm) Again

Last year, yarn install was 20x faster than npm install for Mixmax but npm 6’s major steps forward have had them reconsider their approach. - http://bit.ly/2JFGQuR

#npm #yarn
Math and Front-End

Hui Jing explains how mathematics has a number of practical applications in the creative visual aspect of web design and development. - http://bit.ly/2kYiYIm

#css
Testing React Apps with Cypress

A brief guide on how to run end-to-end tests on React apps using the testing framework Cypress. - http://bit.ly/2LDofjP

#react #e2e #cypress
A Summary on Cross-Origin Resource Sharing (CORS)

Aims to demystify CORS and show its lighter side–as a spec that didn’t “set out to hamper the aspirations of web developers everywhere, but instead to loosen us from the grip of the same-origin policy”. - http://bit.ly/2JyMAe0

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