FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
How to Create a Fully Responsive Navbar with Flexbox

Per Harald Borgen shows how to create a navbar which adapts to various screen sizes using Flexbox. - https://goo.gl/dvPfwL

#css
How to Hand Code Scalable Vector Graphics (SVG)

You can export to SVG from drawing tools, but building graphics in a structured, code-based way has its own appeal, and with SVG being supported in every browser, it’s worth trying for your small icons and visual touches. - https://goo.gl/EzwUvz

#svg
Evolving Patterns in React

A look at some of the patterns that are emerging in the React ecosystem. These patterns improve readability, code clarity, and push your code towards composition and reusability. -
https://goo.gl/m4SNyD

#react
Running a Scalable, Reliable GraphQL Endpoint with Serverless

GraphQL is a novel query language that lets you provide rich data services from a single endpoint. Rigging up such an endpoint with the Serverless framework, Lambda, and DynamoDB is covered in this thorough tutorial. - https://goo.gl/a3Q1Ne

#graphQL
Building a Progressive Quiz App with Vue, Vuex, and Firestore

In this tutorial you will learn how to use these technologies together, to create a progressive quiz app. - https://goo.gl/MzjoLc

#vue
Understanding Media Queries in HTML Email

As well as helping you target mobile email clients, unpredictable support for modern Web tech on desktop and webmail clients makes media queries useful there too. - https://goo.gl/NzETMJ

#css #email
Creating Reusable Transitions in Vue

Creating transitions in Vue is fun and easy, but you have to do it again and again in each project. What if we could build reusable transitions and do it without hassle? - https://goo.gl/uMHv3e

#vue
Adding Analytics to Your Next Mobile JavaScript App

Add in-depth, production-ready analytics to your app in minutes using AWS Amplify and AWS Mobile Hub. - https://goo.gl/fBtRgU

#mobile
Using Promise.prototype.finally in Node

Promise.prototype.finally() will be arriving in ECMAScript (and therefore Node) soon - what can we use it for, and how could we implement a polyfill for the time being? - https://goo.gl/eE9vzk

#nodejs #promise
The Future of State in React

Juwan Wheatley demonstrates how React’s Context API will be the “go-to solution for sharing state simply” while creating a theme-switching component. - https://goo.gl/opNg72

#react
webpack 4.0 Released

A significant release for the popular module and asset bundler brings significantly increased performance and new ‘development’ and ‘production’ modes with pre-defined settings. - https://goo.gl/1D3SZH

#webpack #released