FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Styling Empty Cells With Generated Content and CSS Grid Layout

Ever wondered how to style empty grid cells without adding redundant empty elements? ‘CSS Generated Content’ can help you do just that. - https://goo.gl/PSiBCn

#css #grid
Node Advanced: A Node Course for Intermediate Devs

A comprehensive course from Azat Mardan covering topics like streams and debugging at an advanced level. - https://goo.gl/Wh7GqE

#nodejs
Good to great UI animation tips

Pablo Stanley shares some examples of UI animations going from good to great. With a little bit of tweaking here and there, he explains how you can elevate your UI patterns with animation. -
https://goo.gl/ykNZz1

#ui
Beyond React 16: Time Slicing and Suspense API

Last week we linked to Dan Abramov’s ‘Beyond React 16’ talk where he showed off ideas coming to React in the future, and here Prosper Otemuyiwa reflects on them some more. - https://goo.gl/Y8VndJ

#react
Responsive Components: A Solution to the Container Queries Problem

Container queries would let us style elements based on the size of a containing element rather than the viewport, but they’re still not available - this post presents a viable alternative -
https://goo.gl/45sxzw

#css #responsive
Building An Ecommerce Search App with React Native -
https://goo.gl/Mwm4S7

#reactNative
Tips & tricks for vue-analytics

Some useful pieces of advice that can save you time and energies. - https://goo.gl/BPpGj8

#vue
Awesome Node: 600+ Packages, Resources and Links

The definitive, categorized list of Node resources and handy links continues to be updated and has passed 600 items. -
https://goo.gl/BNNvRN

#nodejs
Stunning Hover Effects with CSS Variables

Basically, you change CSS variables on mouse move via JavaScript, and underlying CSS then updates dynamically. There’s a lot of potential with this approach. - https://goo.gl/eXoeZF

#css
Show / hide password input values with Vue.js

It’s common to have the possibility to toggle the visibility of a password field on websites, applications etc. Implementing such a functionality with Vue.js is simple and straigth forward. - https://goo.gl/sEDGPB

#vue
How You Can Use Environment Variables in Node

What are they? And what are some better ways to handle ‘env’ variables? Burke introduces dotenv, a way to make environment variable management easier, and shows how to use them alongside VS Code. - https://goo.gl/ezmMwR

#nodejs
React.js Frequently Faced Problems

Covers some handy ‘common problems’, and may be handy if you’re relatively new to JavaScript or React. - https://goo.gl/q3cTrE

#react