FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Loading Vuex Modules Dynamically

If you’re building a Vue component library or plugin, you may need to load a Vuex module dynamically into your store. This article by Alex Jover Morales will show you how. - http://bit.ly/2Jjlsf1

#vuex
Building Reusable React Components

Along with some best practices to follow. - http://bit.ly/2sENxqx

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