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

Admin: @andrey2019
Download Telegram
Unblocking Clipboard Access in Chrome 66+

The Async Clipboard API supersedes the document.execCommand approach to clipboard interactions from JavaScript and makes the process asynchronous. - https://goo.gl/9yVFLa

#clipboard
How to Integrate Phalcon and Vue.js Components

An interesting article by Anthony Shivakumar on integrating the Phalcon PHP framework with Vue.js. Learn how data should be passed between Phalcon and Vue, how Vue components should be designed and how to structure your Phalcon views - https://goo.gl/wKTeHg

#vue
TOAST UI Chart: Attractive Charts to Visualize Data

Cross-browser (even supports IE8) and you get bar/column, line, area, bubble, pie, heatmap, bullet, and boxplot charts out of the box as well as combinations of them. - https://goo.gl/P9n2dP

#components
Oclif: Heroku’s 'Open CLI' Framework for Node

A framework for building command line interfaces whether with a few simple flags or lots of subcommands. It comes out of Heroku’s work on its own CLI tools - https://goo.gl/qkH7mj

#nodejs
How Fast Is AMP Really?

A look at how AMP performs in several contexts - in Google search, when used as a standalone framework, when served via AMP cache and compared to the canonical article. - https://goo.gl/8iGWWN

#amp
Driver.js: 'Drive' Users' Focus Across a Web Page

A no-dependency library for creating ‘tour’-style mechanisms and highlights on a page. - https://goo.gl/bK3eU2

#components
How to Separate Frontend + Backend with Rails API, Nuxt.js and Devise-JWT

Which framework should you use for a powerful web application, Rails or Nuxt.js? Why not both! This post goes through the process of building a decoupled app with the Rails API and Nuxt, as well as a basic authentication system using Devise-JWT - https://goo.gl/4iMdjw

#froneEnd
Using Kubernetes for Local Development

Kubernetes provides production-level container management but you can develop against it locally. Google’s Skaffold tool makes this relative easily and this brief tutorial demonstrates using it to do so with a basic Node app. - https://goo.gl/5sgi5L

#nodejs
JavaScript Modules Worth Using

A quick breakdown of the most useful JavaScript modules that Travis Fischer has found himself using over and over again. - https://goo.gl/DQZnEb

#javascript
Creating a Progressive Web App with Ionic and Firebase Hosting

Part 3 in a series on creating a real-time chat app using Socket,io and Ionic, with the final part showing how to convert it to a Progressive Web App. - https://goo.gl/wAwUjk

#ionic
🥰1
Building a GitHub Client with React Apollo

A walkthrough of building an app to interact with GitHub’s awesome GraphQL API. - https://goo.gl/mvkmqL

#react #apollo