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
A Four Part Guide to Iterators and Generators

A lot to digest in this series about both synchronous and asynchronous iterators and generators, with each getting a full article. - http://amp.gs/AX3Z

#nodejs
State Management in React Native

What state actually is, the setState() method, the Context API and React Hooks. - http://amp.gs/ALuc

#reactnative
Using Scoped Slots in Vue.js

Scoped slots is an advanced feature of Vue.js that provides component reusability. Scoped slots are like normal slots, but they can receive properties as well. Here's a quick example of how to use them. - http://amp.gs/AWRV

#vue
MEAN Stack (Angular 8) Tutorial: Build a Simple Blog CMS

A comprehensive step by step MEAN Stack (Angular 8) tutorial on build a simple Blog CMS - http://amp.gs/AaRQ

#angular
How to Deploy a React App to Production on AWS with Express, Postgres, PM2 and NGINX

There’s a lot to digest in this walk through of setting up an AWS deployment setup from scratch for a React-based webapp. - http://amp.gs/Aoa3

#react #fullstack #aws #deploy
Understanding Stateless Components in Vue

If you are not using an external package for state management, it's a good idea to have as few state-based components as possible by using stateless, presentational components with stateful components around them.
- http://amp.gs/AM58

#vue
Sustainable Angular Architectures with Tactical DDD and MonoRepos?

Business and industrial applications are usually long-lived. These applications include customer-facing applications layered with complex backend services and systems. Many of these applications are now implemented with web frontends using JavaScript. - http://amp.gs/A5w7

#angular
Smoother & Sharper Shadows With Layered Box-Shadows

Tobias Bjerrome Ahlin shows how to get fine-tuned control over how shadows are rendered, and create richer and more realistic 3D effects. - http://amp.gs/AQUs

#css
Working with GitHub Actions

GitHub Actions are still in beta and are changing quickly. But if you are looking to get started the possibilities are endless. - http://amp.gs/AcCO

#nodejs
15 Must-Have Vue Directives That Will Maximize Your Productivity

Vue directives can add handy features and solve countless issues in your apps. Here's a list of 15 essential directives that are ready for you to use. - http://amp.gs/A6e6

#vue
Jagged Little Pill: Issues with Rounded Buttons

Tyler Sticka shares a technique for overcoming touch target size and content clipping issues with pill-shaped and circular buttons.
- http://amp.gs/qIYH

#css
Don't Sync State, Derive It

Avoid synchronization bugs and hidden complexity by deriving (or calculating) state on the fly rather than keeping numerous copies of state around your app. - http://amp.gs/qjzl

#react
Variable Fonts & The New Google Fonts API

A look at how variable fonts (and the related syntax) are going to work in Google Fonts going forward. - http://amp.gs/q8jT

#fonts #api #google
Dependency Injection in Vue.js with Functional Component Factories

Learn how to conveniently inject dependencies into Vue.js components via props and a functional wrapper component. - http://amp.gs/q8wZ

#vue
How to Collect, Customize, and Centralize Node Logs

Covers some best practices for collecting and customizing logs from your apps. - http://amp.gs/qT2T

#nodejs #logging