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 for Angular Developers

Are you an Angular dev looking to get started with React? If so, join Mark Brown for a guided tour of the differences and similarities. - https://goo.gl/L2B4Cv

#react #angular

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

FrontEnd Development

Vue2 and Quasar Framework

Learn how to create a Vue project on Quasar framework by creating a mobile application for IOS and Android. - https://goo.gl/m6En82

#vue2 #quasar

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

FrontEnd Development

Mastering Framework7 v2 Router
A look at some of the most interesting new features in V2 Router. - https://goo.gl/rYo1mx

#framework7

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

FrontEnd Development

Putting the 'App' in Progressive Web Apps
Nicole Saidy offers an overview of Progressive Web Apps (PWAs), what they are, which problems they solve, and what makes them apps or app-like. - https://goo.gl/G3SfEj

#pwa

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

FrontEnd Development

Creating a ride-booking app with React Native and Pusher -
https://goo.gl/nicSrG

#reactNative

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

FrontEnd Development

An 'Ultimate' Guide to Flexbox in 7 Thorough Examples

The trick to learning Flexbox is simply by playing with it, so these 7 examples and walkthroughs provide a lot of food for thought. -
https://goo.gl/RfF94D

#css #flexbox

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

FrontEnd Development

Creating Progressive Web Apps with Angular
Part one in a series on building Progressive Web Apps with Angular - https://goo.gl/chBvGZ

#angular #pwa

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

FrontEnd Development

Smartphones Are Driving All Growth in Web Traffic
However, all this smartphone traffic hasn’t translated to traffic on smartphone apps. - https://goo.gl/R1c1QF

#statistics

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

FrontEnd Development

Why we moved from Angular 2 to Vue.js

At Rever we just released a new version of our web client using Vue.js. After 641 commits and 16 weeks of intense development here we are, very proud of a decision we took a while ago. - https://goo.gl/XL5C9q

#vue

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

FrontEnd Development

Creating an Asynchronous Loading Image Component in React Native -
https://goo.gl/EwKeZ6

#reactNative

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

FrontEnd Development

Building TDD RESTful APIs with Koa 2, Mocha and Chai

A thorough walkthrough of build a RESTful API with Koa, a next-gen Web framework for Node built by the team behind Express. - https://goo.gl/ApxoMH

#nodejs #koa #mocha #chai

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

FrontEnd Development

Introducing 'visualViewport' to Access Viewport Info

The visual viewport API, in draft but now supported by Chrome 61, gives access to details on how the user zooms and scrolls around the page. -
https://goo.gl/9o4Q1u

#viewport #api

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

FrontEnd Development

A Simple Component Lifecycle Simulator
Deepen your understanding of component lifecycle by stepping through each method in slow-motion. - https://goo.gl/oe3keW

#react

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

FrontEnd Development

Node v8.5.0 (Current) Released

V8 snapshots are re-enabled (they were disabled for security reasons), there’s support for ES modules (behind a flag), and more. - https://goo.gl/oj6TYZ

#nodejs #release

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

FrontEnd Development

The React License for Founders and CTOs

A startup founder and ex-Facebook engineer’s story of the BSD+Patents license. - https://goo.gl/aiYf1t

#react #license

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

FrontEnd Development

Discover the Power of CSS Transforms

With a single line of CSS, we can completely reorient any element. Dan Wilson gets into the transform property and how you can use it to change your site. - https://goo.gl/JRuSQ4

#css #transforms

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

FrontEnd Development

React Quickly: How to Work with Forms in React

An excerpt from Azat Mardan’s “React Quickly” book, which explains how to work with forms in React and the concept of controlled components. - https://goo.gl/Vfvbva

#react #forms

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

FrontEnd Development

Version 2.4.4 of Vue.js has been released - https://goo.gl/CtRcKK

#vue #release

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

FrontEnd Development

How Memory Management Works in JavaScript
. and how to handle 4 common memory leaks. A good primer for anyone not familiar with the depths of memory management. - https://goo.gl/J7H6PH

#javascript

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

FrontEnd Development

PrimeReact 1.0 Released: A Suite of UI Components
A set of over 60 open source UI components for React. - https://goo.gl/CAZqmj

#primeReact #release

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

FrontEnd Development

react-offline-hoc: Higher-Order Component for Detecting Network Offline State - https://goo.gl/sF2Q5Z

#react #component

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

FrontEnd Development

Bootstrap Vue new release

To quickly integrate Bootstrap 4 components in Vue.js, get bootstrap-vue, now with more features documented in the changelog. - https://goo.gl/8grdVJ

#vue #bootstrap #release

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

FrontEnd Development

Create an Ionic 2 Mobile App with a List, Nested Detail and Form Pattern
How to create an Ionic 2 Contacts app with nested detail and forms. - https://goo.gl/NKArZq

#ionic2

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

FrontEnd Development

V8 Release 6.2

V8’s latest branch is in beta until its release in Chrome 61 and it’s packed with developer-facing goodies including extra performance, more regex features, and an increased max string length. - https://goo.gl/5RAJLG

#v8 #release

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

FrontEnd Development

react-imgpro: An Image Processing Component

Processes an image with filters supplied as props and returns a base64 image. - https://goo.gl/Eiqsem

#react #comoponent

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

FrontEnd Development

Form Validation with Web Audio

Could audio feedback improve the user experience of filling a form? Ruth John takes a look. - https://goo.gl/nM15jM

#form #validation #webAudio

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

FrontEnd Development

Using SVG Patterns for Backgrounds with React -
https://goo.gl/63T4FK

#react #svg

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

FrontEnd Development

Building An Interactive Game of Thrones Map

A fun guide to building a Node.js API to serve a geospatial ‘Game of Thrones’ map, leaning heavily on Postgres (with PostGIS) and Redis. - https://goo.gl/HRc6rG

#nodejs #game

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

FrontEnd Development

Building a Trello-Style Layout with CSS Grid and Flexbox

Giulio Mainardi shows you how to build a Trello-like layout using new Grid Layout Module features and Flexbox, along with some Sass for efficiency. - https://goo.gl/kef5Qh

#css #layout #flexbox

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

FrontEnd Development

The Curious Case of 'null ≥ 0'
A trip down one of JavaScript’s many interesting rabbit holes. “It makes sense, honestly”, says the author. - https://goo.gl/JerxTq

#javascript

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