fedevelopment | Technologies

Telegram-канал fedevelopment - FrontEnd Development

21580

Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U

Subscribe to a channel

FrontEnd Development

React Native: 4 Steps to Improve Your Workflow As A Mobile Developer

Some tips to boost your productivity when creating mobile apps in React Native. - https://goo.gl/Bfg67c

#reactNative

Читать полностью…

FrontEnd Development

Using Props for Accessing URL Parameters Within Components with Vue Router

This video tutorial shows how you can use props to access URL parameters and, in doing so, make your code DRYer, cleaner and easier to understand. - https://goo.gl/3MW9Vw

#vue #router #video

Читать полностью…

FrontEnd Development

Creating Layouts within Ionic using CSS Grid - https://goo.gl/eHKMg2

#ionic

Читать полностью…

FrontEnd Development

Emulating CSS Timing Functions with JavaScript

Ana Tudor explains how to smoothly go from one state to another in a similar fashion to that of common CSS timing functions using just a little bit of JavaScript. - https://goo.gl/LSbrsh

#css

Читать полностью…

FrontEnd Development

Build A Lazy-Load Router With Vue.js And The Latest Browser Features

Dynamic module importing is one of the latest JavaScript features to hit the major browsers. In this article, I’ll demonstrate how you can build a lazy-load router with Vue.js that works natively in supported browsers. Without having to polyfill a module loading system, you can create this with just a few lines of code! - https://goo.gl/iKdWi5

#vue #router

Читать полностью…

FrontEnd Development

react-mosaic: A React Component Tiling 'Window Manager

Give your app’s users control over their workspace within your app. -
https://goo.gl/1sRswh

#react #component #mosaic

Читать полностью…

FrontEnd Development

Microsoft’s Bold Plan to Bring PWAs to Windows 10

I recently spoke with Microsoft’s Jeff Burtoft and Aaron Gustafson about the company’s plans to bring Progressive Web Apps to Windows 10. -
https://goo.gl/1igJk1

#pwa

Читать полностью…

FrontEnd Development

Impress Your Friends With Code Splitting in React

Burke Holland set out to learn the minimum necessary to demonstrate code splitting in React, and here’s what he learned. - https://goo.gl/8vd9QP

#react

Читать полностью…

FrontEnd Development

Models and Collections for Vue.js

This new library for Vue.js helps you manage the relationships between data, component states, and the actions that affect them. It’s especially useful for larger applications. - https://goo.gl/7p9kCA

#vue #mvc

Читать полностью…

FrontEnd Development

Structuring Async Operations in React/Redux Applications -
https://goo.gl/syuSoC

#react #redux

Читать полностью…

FrontEnd Development

Advanced Vue.js Concepts: Mixins, Custom Directives, Filters, Transitions, and State Management

Vue.js is an easy framework to pick up. But very few tutorials cover advanced concepts of Vue. Ogundipe Samuel covers some of these concepts with interactive examples. - https://goo.gl/zNEFnA

#vue

Читать полностью…

FrontEnd Development

Debugging React Like a Champ with Visual Studio Code

A guide to ‘supercharging’ your React workflow using Microsoft’s open source code editor and its debugger. - https://goo.gl/J71yc3

#react #debugging

Читать полностью…

FrontEnd Development

Web Typography: Designing Tables to be Read, Not Looked At

Richard Rutter goes deep on how to improve the readability of your data tables. - https://goo.gl/745po3

#typography

Читать полностью…

FrontEnd Development

I Watched All The Chrome Dev Summit Vids So You Don’t Have To

The takeaway: Google wants you to build PWAs, reduce JS file size, use Web Components, and configure your forms to support autofill. - https://goo.gl/fra55T

#chromeDevSummit

Читать полностью…

FrontEnd Development

How to Structure Components in React

Components are a great abstraction to build both small and big systems. It’s only a case of picking the right solution. - https://goo.gl/35WGGk

#react

Читать полностью…

FrontEnd Development

Code School

Code School is opening up FREE access to their entire content library from November 17–19. It’s a learning free-for-all! - https://goo.gl/6vJfkD

#free #codeSchool

Читать полностью…

FrontEnd Development

ReactPWA: Build Progressive Web Apps with React

A foundation/boilerplate app for implementing a scalable, Progressive Web App with React. It includes offline support, hot reloading, page caching, and more. - https://goo.gl/YNCGF2

#react #pwa #tools

Читать полностью…

FrontEnd Development

So What’s New in Node.js 9?

Node 8 became the LTS version last week and Node 9 became the ‘current’ release where new features land first, but what is new? - https://goo.gl/G65oEW

#nodejs

Читать полностью…

FrontEnd Development

Introduction to Event Sourcing in Microservices

This repository is a microservice reference example that is intended to teach the basics of event sourcing in Spring Boot applications. -
https://goo.gl/FRCUG9

#microservice

Читать полностью…

FrontEnd Development

Node v9.1.0 (Current) Released

OpenSSL upgraded, the http module now supports the 103 (Early Hints) status code, and you can now set a stack trace limit in NODE_OPTIONS. - https://goo.gl/ewZqXX

#nodejs #release

Читать полностью…

FrontEnd Development

Workbox: An Easier Way of Adding A Service Worker to Your Web App

How to use the ‘Workbox’ JavaScript toolbox to easily add service workers to your progressive web apps. - https://goo.gl/Gv7MQU

#serviceWorker

Читать полностью…

FrontEnd Development

React 16.1.0 Beta Released - https://goo.gl/kQcZ6i

#react #release

Читать полностью…

FrontEnd Development

9 Principles of Mobile Web Design

Revisiting a golden oldie that tells us to keep menus simple, keep forms short, have obvious calls to action, plus more mobile Web common sense. - https://goo.gl/PyAEtp

#mobile #design

Читать полностью…

FrontEnd Development

Frappe Charts: Modern GitHub-Inspired Web Charts

A new zero-dependency chart library with elegant, responsive SVG output. Offers bar, line, and GitHub-style heatmap options so far. - https://goo.gl/Do8kFT

#frappeChart

Читать полностью…

FrontEnd Development

The Accessibility Cheatsheet

A helpful overview with some simple things you can do to take positive steps towards a more accessible web. From 2015, but worth revisiting. - https://goo.gl/GeJZiF

#web

Читать полностью…

FrontEnd Development

Angular 5.0 Released: Smaller, Faster and Easier

A major release for the popular framework containing new features and bugfixes. - https://goo.gl/F5vifV

#angular5

Читать полностью…

FrontEnd Development

Building a Fast Search Experience

How popular car selling platform Auto Trader created a high-performance search experience that regularly returns results in less than a second. - https://goo.gl/KZQvbV

#web

Читать полностью…

FrontEnd Development

Build A Collapsible Tree Menu With Vue.js Recursive Components

A recursive component is one which invokes itself and is useful for displaying comments on a blog, nested menus or anything where the parent and child are the same. In this tutorial, I’ll give you a demonstration of how to build a collapsible tree menu. - https://goo.gl/JVA9Mj

#vue

Читать полностью…

FrontEnd Development

How to Build a Video/Voice Calling App with React Native

A set of screencasts walking through some of what’s involved in creating a native communications app - https://goo.gl/HezrFp

#reactNative #video

Читать полностью…

FrontEnd Development

How to Create an HTTP/2 Static File Server with Node

Node 8.8.1 and above includes support for HTTP/2. This tutorial walks through creating a simple HTTP/2 server to serve static files -
https://goo.gl/SNjecH

#nodejs #http2

Читать полностью…
Subscribe to a channel