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

Admin: @andrey2019
Download Telegram
How to Optimize Angular Applications

Angular is the most popular framework for building single page web applications. This doesn’t necessarily mean that your application can contain only one page. You can create a website with dozens of pages using Angular. The framework itself (latest versions) is well-optimized thanks to an amazing team and community, however, when it comes to performance we should always think about few things that can make our application run fast and smooth. - http://bit.do/eDdXA

#angular
Building Gmail/Chrome Extension with Vue.js and InboxSDK

Building a Chrome extension with Vue.js that plugs into Gmail using InboxSDK. - http://bit.do/eDdWR

#vue #chrome #extension
PWA vs Hybrid App vs Native: Choosing the Right Mobile App Tech

Why making the right choice of technology to use when building your mobile app makes all the difference. - http://bit.do/eDd5q

#mobile #pwa #hybrid #native
Theming with Style

Our Buttons are looking pretty good after the work we did in the last post. But what if we wanted to customize them? Where would we even begin? Find out the answers to these questions, along with how to utilize themes that come with Kendo UI in part three of Angular & Kendo UI Unite! - http://bit.do/eDdXR

#angular
Creating My First Chrome Extension

Bills itself as a ‘generous measure of know-how’ on the subject of creating extensions for Chrome. - http://bit.do/eDd2R

#chrome #extension
How to Build a Simple GraphQL API Service with Express - http://bit.do/eDd4g

#nodejs #graphQL
Sharing Data Between Components in Vue

A tutorial on generating data in one component, and passing it to - nother in Vue. - http://bit.do/eDdXa
Web Content Accessibility Guidelines 2.1—for People Who Haven’t Read the Update

Alan Dalton gives an overview of the new accessibility guidelines. - http://bit.do/eDdZv

#accessibility
A Look At CSS Resets in 2018

A review of CSS reset options (to cancel out the default styles browsers apply to HTML) and how they try to strike a balance between correcting user-agent styling ‘errors’, removing opinionated styling, and staying as consistent as possible. - http://amp.gs/EUvJ

#css
React Advanced Date Time Range Picker

It’s been at least several issues since we linked to a time or date selector, right? - http://amp.gs/EdVb

#react #components #datepicker
On The Irrational Demonization Of Two-Way Data-Binding In Angular

The other day, Ben was listening to a JavaScript podcast on which a guest of the show pointed to two-way data-binding as one of the biggest “problems” in Angular. This is not a new thought - it’s something that he hears time-and-time again, especially from people in the React world. This demonization of two-way data-binding is completely irrational. And, unfortunately, if it’s said by enough “thought leaders”, it can become quite detrimental to the mental model of newer developers. So, he just wanted to come out and say that he absolutely loves the two-way data-binding in Angular. In fact, he thinks it’s one of the features that gives Angular its power. And, it’s a feature that he uses every single day with great success. - http://amp.gs/Edb4

#angular
Vue Development In 2019: What You Need To Know

This article provides a high-level map of the key areas of knowledge about Vue.js, from the core features to essential ecosystem tools. Use this map this to target areas for learning in 2019! - http://amp.gs/EOM9

#vue
IntelliCode for JavaScript and TypeScript in VS Code

The popular VS Code editor gains support for IntelliCode for JavaScript (and TypeScript) users. IntelliCode is a feature that recommends commonly used completion items based upon the current context in your code and is an interesting step in Microsoft’s experiments with practical ‘AI-assisted development’. - http://amp.gs/Ersn

#vscode
React Christmas: A React Advent Calendar

There’s a React-themed advent calendar that’s currently live and presenting a bite-sized slice of React wisdom each day. Now is a great time to catch up. - http://amp.gs/ESEi

#react
This Year in JavaScript: 2018 in Review and npm’s Predictions for 2019

JavaScript is the world’s most programming language, npm plays host to over 800,000 libraries, GraphQL’s popularity is booming, and the most popular other languages JavaScript developers use are Java, PHP and Python. - http://amp.gs/ENCy

#npm #javascript
Preventing Content Reflow From Lazy-Loaded Images

Lazily loading images is a good performance practice but what happens when those images load and change dimensions within the existing page layout? Reflow. But here’s how to avoid it. - http://amp.gs/EN6H

#css
Build a Simple Web App with Express, Angular, and GraphQL

During the past 10 years or so, the concept of REST APIs for web services has become the bread and butter for most web developers. Recently a new concept has emerged, GraphQL. GraphQL is a query language that was invented by Facebook and released to the public in 2015. During the last three years, it has created quite a stir. Some regard it as a new revolutionary way of creating web APIs. The main difference between traditional REST and GraphQL is the way queries are sent to the server. - http://amp.gs/EAW1

#angular #express #graphql