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
React is the Most Used Front-End Framework

Results from this year’s State of JavaScript survey show React is the dominant player, though Vue is the one most people want to learn next. - https://goo.gl/r8SkZK

#survey #frontEnd
Zigzag Image–Text Layouts Make Scanning Less Efficient

When you’re laying out your new grid based pages it’s good to know just how users consume content on the page, and what makes it easier/less effort. - https://goo.gl/Z3FrJr

#web
Hello Everyone.
I wanted to thank you for following FrontEnd Development in this year. The channel just recently grew past 1330 subscribers, and I’m immensely grateful for each and every one of you.
Have wonderful holidays in the circle of your loved ones and your family, and happy, successful & amazing new year!

Thank you.
Re-using VueJS Mixins and Filtering Google Map Data

The last tutorial introduced mixins adding re-usable methods for filtering. This tutorial will use the mixins to filter cafes on a Google Map. - https://goo.gl/9FRPwY

#vue
Making HTML Responsive with a Single Line of CSS

The responsiveness happens in a single CSS Grid-related property, namely grid-template-columns coupled with the auto-fit keyword. -
https://goo.gl/L6g116

#responsice #css
Creating A Pagination Component with React - https://goo.gl/yrWWEC

#react #component
Cross-Platform Mobile App Development Tools Compared

Summaries and pros and cons of Cordova, Phonegap, Ionic, Framework 7, Weex, React Native, NativeScript, Flutter, Jasonette, and Manifold. -
https://goo.gl/GiZBhe

#mobile #frameworks #compare
Debugging Tips and Tricks for Front-End Developers

A fantastic round-up of concepts, tools, and things to consider when doing one of a developer’s most important tasks: debugging. - https://goo.gl/zKAj5o

#debugging #tips
Creating an 'Offline' Notice in React Native

Ever seen the red “No Internet Connection” sign in apps like Facebook Messenger? Here’s how to recreate it. - https://goo.gl/Q1pvjH

#reactNative
A Thorough Guide to Building Layouts with CSS Grid

A helpful guide to CSS Grid, including a free visual grid builder tool. - https://goo.gl/QDNe7q

#css #grid
Uploading Files With VueJS and Axios

Handling files can be a tricky task in a frontend application. This tutorial by Dan Pastori will show you a simple way to add a file upload feature to a Vue.js app. - https://goo.gl/gy4HPZ

#vue #axios #fielUploading