FrontEnd Development
30.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Taucharts One: A Mature Charting Library with a Simple API

Has a lot of features including timeline charts, value highlighting, and a sparkline mode for dense data. - https://goo.gl/ij3CXe

#taucharts #library
Chrome 62 Released: What’s New?

Improved Network Information API, support for OpenType variable fonts, new ways to capture media, and Payment Request API support on iOS. - https://goo.gl/3FXGWc

#chrome #release
Vue.js Transitions & Animations: Production-Ready Examples

Sinpcart has published an awesome tutorial on how to handle production-ready Vue.js transitions and animations. This tutorial has in-depth explanations, live CodePens and more. - https://goo.gl/UYNrkD

#vue #animations
A Look at Bootstrap 4's New Reset: Reboot.css

A deep dive into the latest Bootstrap’s new approach to style resetting, as well as some history of style, resets overall. - https://goo.gl/59Rroq

#css
Service Worker Gotchas

Potential pitfalls to be aware of and understand when using service workers. - https://goo.gl/czjBnT

#serviceWorker
Write Blazing Fast Vue Unit Tests with Tape and Vue Test Utils

Edd Yerburgh has published a great tutorial on how to write Vue unit tests with Tape and Vue Test Utils. Check it out and see why Tape is the fastest framework for unit testing Vue components. - https://goo.gl/urb2Ce

#vue #testing
Configuring Vue Router for a Single Page App

Vue Router is a perfect tool for handling the hard parts of the HTML5 History API. Dan Pastori brings a great article on how you can configure your single-page app routes using Vue Router. - https://goo.gl/anh3AD

#vue #router
This media is not supported in your browser
VIEW IN TELEGRAM
UI Design for iPhone X: Top Elements and the Notch

How to deal with top elements and the notch when designing for the iPhone X. - https://goo.gl/bQA6Bv

#ui #design #iPhoneX
API-driven development with OpenAPI and Swagger

In this two-part article, you’ll learn how to put APIs at the heart of your design and development process, from concept to coding. -
https://goo.gl/wmTAAy

#api #swagger
Vue 2.5 released - https://goo.gl/4HWjks
Vuex 2.5.0 released - https://goo.gl/ocvrxv
Vuetify.js v0.16.6 released - https://goo.gl/tA4Zuw
Element UI 2.0.0-beta.1 released - https://goo.gl/yidrxA
Released Quasar v0.14.5 released - https://goo.gl/QJzKAU

#vue #release
Debounce Your React and Redux Code to Improve Performance

‘Debouncing’ is a mechanism for limiting the number of intensive calculations (e.g. only make a request or update something every 500ms at most). - https://goo.gl/8X3iKt

#react #redux
Ember.js: The Perfect Framework for Web Applications

Ember.js lets you scaffold and build complex front-end web apps quickly. Graham Cox explores this popular, batteries-included JavaScript framework - https://goo.gl/UDm4un

#ember
6 Myths of Progressive Web Apps

Busting some of the common myths surrounding PWAs. - https://goo.gl/TL2JPS

#pwa
Build a Scientific Calculator with Vue.js

In this tutorial, Raphael Ugwu shows how he built a scientific calculator with Vue. A great read if you’re interested in seeing how a Vue app gets built from start to finish. - https://goo.gl/QAS8Ho

#vue
7 Reasons to 'Outlaw' React’s Functional Components

Are React’s functional components worth the cost? - https://goo.gl/Gi3wZt

#react