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
Drawing Images with CSS Gradients

If you’ve seen an illustration created purely with HTML and CSS but struggled to understand how it all comes together, this is a neat step-by-step guide to creating some of your own. - http://bit.ly/2zggvCO

#css
Vue Router Page Transitions

This article shows how to improve the UX of your site by making cool transitions between pages with Vue Router. It covers various animation techniques including zoom, slide, and fade. - http://bit.ly/2J4z1xP

#vue
A Curated List About Testing Vue Applications

Unit and E2E testing are crucial for developing quality web applications. If you’re just getting into Vue testing, check out this open source list of Vue-related testing resources. - http://bit.ly/2KWoCJx

#vue
Building a Fancy Countdown Timer with MomentumSlider.js

How to build a countdown timer using CSS, and a new library called MomentumSlider. - http://bit.ly/2u5gdJg

#javascript #component
5 Common Practices You Can Stop Doing in React

Some patterns help you improve your overall workflow whereas a few others have significant side effects. - http://bit.ly/2KRFykq

#react
On Consuming (and Publishing) ES2015+ Packages

Babel’s creator reflects on the idea of compiling dependencies (in addition to your own code), how Babel v7 will make it easier to do so, and the problems involved. - http://bit.ly/2lZSVkl

#javascript
The Best React Inline Style Libraries: Comparing Radium, Aphrodite, and Emotion

A review of libraries that can help in use inline styles in React apps. - http://bit.ly/2KUypzC

#react
A Guide to Node.js for Frontend Developers

If you’re a frontend developer who ends up getting into Node.js - http://bit.ly/2udpIGj

#nodejs
Should We Use React Native?

Thoughts from Expo following Airbnb’s sunsetting of React Native. Curiously, some people interpreted Airbnb’s news as “React Native is dying” but it isn’t and remains a fantastic choice. - http://bit.ly/2KI6gwH

#reactNative
Exploring ES2018 with Dr. Axel

If the ES2018 news above interested you but you want a more accessible way to understand the new features, Dr. Axel’s book here is great. - http://bit.ly/2KUWKlM

#es2018
A Fullstack Tutorial for GraphQL

A comprehensive video tutorial series taking you “from zero to production” with React examples based around Apollo and Relay. - http://bit.ly/2KH1M9t

#react #graphQL