fedevelopment | Technologies

Telegram-канал fedevelopment - FrontEnd Development

21578

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

Subscribe to a channel

FrontEnd Development

Creating a Star to Heart Animation with SVG and Vanilla JavaScript

A step-by-step how-to for smooth transitions from one shape to another. - https://goo.gl/EjbZNo

#svg #animation

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

FrontEnd Development

Building a Native Cryptocurrency App with React Native and Redux - https://goo.gl/gP2omK

#reactNative

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

FrontEnd Development

How to Use Font Awesome in an Ionic Application -
https://goo.gl/8MvTYL

#ionic

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

FrontEnd Development

Right-To-Left Development In Mobile Design

A thorough list of tips that are useful for anyone developing an RTL product. - https://goo.gl/7b4EN4

#mobile #design

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

FrontEnd Development

Flexbox and Grids, Your Layout’s Best Friends

Eva Ferreira debunks some of the myths around Flexbox & Grids in order to show you the power of these two technologies working together. - https://goo.gl/iAGqwz

#css #flexbox #grid

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

FrontEnd Development

A Curated Compilation of Node Best Practices

Curated from many popular articles over the years comes this still-in-development summarized list of best practices covering topics from error handling to memory use. - https://goo.gl/2u6ZNE

#nodejs

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

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

Ending The Debate on Inline Functions in React

A look at reflective-bind, a Babel plugin to eliminate ‘wasteful re-rendering’ in React components caused by inline functions. - https://goo.gl/2Sxjho

#react

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

FrontEnd Development

“State of Vue.js” — Key Takeaways from the Report

This blog post outlines the report’s key data points and takeaways. -
https://goo.gl/LY87Rh

#vue

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

FrontEnd Development

How the V8 Team is Using a New 'Web Tooling Benchmark'

You know when hardware reviewers benchmark against Photoshop and games? This is a look at a new, similarly practical performance test for JavaScript engines. - https://goo.gl/Npyd1M

#javascript #v8

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

FrontEnd Development

A Guide to What’s New in React 16

React 16 came out a month ago and people are now fully digesting what it offers. - https://goo.gl/8ynTY7

#react

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

FrontEnd Development

I Wish I Knew These Things Before Diving Into React

Six React development tips for beginners. - https://goo.gl/uHy9Db

#react #tips

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

FrontEnd Development

The Front-End Checklist

An exhaustive list of all the elements you need to have/test before launching your site. - https://goo.gl/5k6nKb

#frontend

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

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

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