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
Nested calc() functions and IE11

I’ve always nested calc() within calc() for additional math functions. It turns out it’s not great for IE10 and 11, but by just including a single function and multiple parentheses it works. The more you know. -
https://goo.gl/RHgVSg

#css #calc
How to Set Up Continuous Integration with React Native

Using Visual Studio App Center to automatically build and distribute a React Native app. - https://goo.gl/xNYJG7

#reactnative
Fixing React Performance Issues on Airbnb’s Listing Pages

A practical look at grabbing some of the low-hanging performance-affecting fruit present on a live, production site. -
https://goo.gl/9MUKDe

#react #performance
Webpack: A Gentle Introduction to the Module Bundler

Not ready for Parcel (above)? Here you can learn the basics of Webpack and how to configure it for your web application. - https://goo.gl/UKcrxD

#webpack
The Front-End Checklist

A more dynamic front-end development and deployment checklist based on an article we linked last month. - https://goo.gl/wnjSjw

#frontEnd #checklist
A Recap of Frontend Development in 2017

“Frontend engineering once again evolved at a feverish pace in 2017. Here’s a list of the most notable events of the past year.” - https://goo.gl/pvRhQF

#recap #frontend2017
Building a GraphQL API with Node and React

A hands-on tutorial about building GraphQL API with Express, using React on the client side. - https://goo.gl/wttqUP

#react #graphQL
Learn React Fundamentals & Advanced Patterns Courses

Two and a half hours of new (beginner/advanced) React material are now free on Egghead. - https://goo.gl/ZWTcvy

#react