FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Get Started With React by Building a 'Whac-a-Mole' Game

This is aimed at beginners keen to strike some ‘aha!’ moments while learning React, but I think the idea of using React to create a game is intriguing enough to take many out of their comfort zone. - http://amp.gs/jIt4v

#react
Can We Create a “Resize Hack” With Container Queries?

Jhey Tompkins explains how container queries work by giving a fresh take on the classic CSS meme featuring Peter Griffin fussing with window blinds. - http://amp.gs/jImVB

#css
Watching for Changes in Vue.js Component Slot Content

This article covers the challenge of watching Vue.js component slot content for changes and provides a solution using MutationObserver. - http://amp.gs/jIZGq

#vue
How to Protect Your Eyes as a Developer

Software developers can easily spend more than ten hours a day staring at a screen. This can lead to eyestrain symptoms. Here are 6 tips to protect your eyes as a developer. - http://amp.gs/jIpfN

#protect #eyes
Building a Rich WYSIWYG Text Editor From Scratch

Learn how to build a rich text editor into an app with Slate doing the heavy lifting. - http://amp.gs/jIlxq

#javascript
Using Forms in React

A thorough review of the steps required to create your first form in React, presented with code snippets to help clearly illustrate the steps. - http://amp.gs/jIB8g

#react
👏2
10 Popular Angular UI Libraries To Try In 2021

Angular is one of the most popularly used frameworks with best-designed practices and tools for app… - http://amp.gs/jInzU

#angular
Explore Immutable Data Structures In Dart & Flutter

A thorough deep dive into how immutable data structures will work with both Dart and Flutter in your Flutter apps. - http://amp.gs/jInbd

#flutter
Learn CSS

An evergreen CSS course and reference to level up your web styling expertise. - http://amp.gs/jIGEQ

#css
Vue.js: Let's Scale!

Vue.js is a great tool to build web scalable applications. In this article, the author will share about a project with over 5k Vue components. - http://amp.gs/jIGQL

#vue
Six Recommendations for Styling Apps with Grommet

Grommet is a React-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package, but Dan has a few recommendations on its usage. - http://amp.gs/jIxdY

#react
5 tips to boost your Angular skills

Check out these advises backed by concrete examples which can help you improve your developer skills and give… - http://amp.gs/jIxMN

#angular
On the Diverse And Fantastical Shapes of Testing

Does your testing follow a pyramid, a honeycomb, or a trophy? How many unit tests vs integration vs other? Is mocking and stubbing OK? The testing world is certainly full of opinions and shapes. - http://amp.gs/jIfbl

#nodejs
Discovering Vue Composition API with Examples

Learn about the Composition API through practical examples. - http://amp.gs/jICOJ

#vue
Journey of Improving React App Performance by 10x

The first of three articles focused on performance improvement: the first starts with some ways of figuring out why application performance is suffering and then provides four specific, prescriptive techniques for eliminating the bottlenecks. - http://amp.gs/jIkn8

#react