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
11 Vue.js Component Libraries You Should Know In 2018

A big part of Vue’s success lies in its components. Working with components means you can think of each UI pieces in isolation, encourage reusability and modularity, and help keep your UI consistent. - https://goo.gl/PvMW86

#vue
Where 'async' and 'await' Can Beat Promises

Not a deep dive, but some simple examples of using async/await vs promises. ES2016’s async/await are natively supported in Node 7.6+, as well as via Babel. - https://goo.gl/d8rJZ3

#nodejs
React State vs. Redux State: When and Why?

Even if you choose to use Redux in your project, you’ll still need to make decisions on how much of your data is stored using it. - https://goo.gl/7f4TES

#react
Progressively migrating from AngularJS to Vue.js at Unbabel

Recently the team at Unbabel, decided to migrate some of their existing web applications from AngularJS to Vue.js and set Vue as the new standard framework to create UIs. - https://goo.gl/LtFt7W

#vue
Essential Image Optimization

This is a wonderfully comprehensive ebook from Addy Osmani. “In 2017, image optimization should be automated. It’s easy to forget, best practices change, and content that doesn’t go through a build pipeline can easily slip. To automate: Use imagemin or libvips for your build process. Many alternatives exist.” - https://goo.gl/A5nLSg

#responsive #images
Our Most Popular JavaScript Links of 2017

A look back at what proved popular with JavaScript Weekly readers in 2017, including this modern JavaScript cheatsheet, a set of JS best practices, and async/await explained with diagrams and examples. - https://goo.gl/D9zx59

#javascript #links #2017
React Bits: A Compilation of React Patterns and Tips

A variety of React-oriented techniques, tips and tricks broken down into digestable chunks. - https://goo.gl/MQsXpB

#react
Best Practices for Perfect CSS Documentation

Adriana De La Cuadra explains the advantages of documenting CSS and shares some of the best practices to make documentation work for you–not the other way around. - https://goo.gl/YPNdkc

#css
The Front-End Performance Challenge: Winner And Results

Some really impressive real-life improvements on sites when it comes to performance. Each of these examples takes a slightly different approach to their performance improvements so there’s certainly going to be something you can do on your own site. - https://goo.gl/tJ3JVF

#web #performance
Beyond HTTPS

There’s more to HTTPS than just security, so the next time someone scoffs that their simple site doesn’t need HTTPS then you can give them a couple more reasons why it makes a difference - https://goo.gl/tjCj9a

#web #https
React Move: Deterministically Animate Anything in React

Transitions, custom easing, and auto interpolation of numbers, colors, SVG paths and more. It even supports React Native. - https://goo.gl/1d998q

#react #animation
Getting Started with Vuex: Managing State in Vue.js

Learn state management in Vue by building a todo app with Vuex and working with states, getters, mutations and actions. - https://goo.gl/y2bJRo

#vuex
Top JavaScript Tools and Trends to Watch in 2018

Nothing too surprising covers things like React vs Vue, GraphQL, Prettier, Jest, Parcel and Popmotion. - https://goo.gl/WawX74

#javascript #tools