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
Understanding Environments in VueJS

Vue CLI 3 introduced environment variables and modes, allowing you to customize your build for development, production, and testing. In this post, the author demonstrates how to use environment variables effectively in a new project. - http://bit.ly/2Lj9Fxy

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

Learn to scaffold a Vue project, offload authentication to Okta, lock down protected routes, and perform CRUD operations through a REST API server. - http://bit.ly/2MfsKST

#nodejs #vue
Building AI Enabled GraphQL Apps

See how to build a React Native app that translates text into speech in another language using AWS AppSync as the endpoint which then interacts with AWS’s Lambda, Translate, and Polly services. - http://bit.ly/2sWM5PG

#reactNative #graphQL
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