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
A Progressive Web Application with Vue.js, Webpack + Material Design
The third part in a series that aims to build a basic but complete Progressive Web Application with VueJs, Webpack and Material Design. - https://goo.gl/RKjv5t

#progressiveWebApp #vue
React and Redux Testing with Jest: How Some Jokers Learned to Take Snapshots
Snapshots replaced a whole slew of Enzyme expect statements and allowed the Bleacher Report Engineering team to easily test their Redux actions and store. - https://goo.gl/8QUrsu

#react #testing #redux #jest
5 Ways to Ensure A Great UX for Progressive Web Apps
Do these five things to ensure that your PWA is performant, usable, and takes advantage of new web standards - https://goo.gl/Msbepm

#progressiveWebApp
Node Emerging as a Universal Development Framework
The results from a global survey on Node usage are out. They paint a picture of the technologies being used with Node, language preferences, and preferred production and dev environments. - https://goo.gl/9htZ2L

#nodejs
Scaling Node.js Applications
A ton of things you need to know about Node’s built-in tools for improving scalability. - https://goo.gl/Kh3mXp

#nodejs
FlexView: The Easiest Way to Use Flexbox with React
An introduction to FlexView, a React component to create any layout on any browser. - https://goo.gl/e6oxz3

#react #component #flexbox
Get Ready for the JS Optimizations in New V8 Versions
How the performance characteristics of V8’s Turbofan will affect the way we optimize in Chrome 59+ and Node 8.3+ situations. -
https://goo.gl/gKNCGa

#javascript #v8 #optimization
Why Composition is Harder with Classes
The latest in Eric’s functional programming and compositional software techniques series looks at classes in detail - https://goo.gl/M8KrBb

#javascript
Using React in Multiple Environments
Running a React app locally, but more is involved to run in production, staging, QA, and other environments. - https://goo.gl/KeQG5K

#react
Creating Beautiful Charts Using Vue.js Wrappers for Chart.js
Learn to quickly create different kinds of charts and visualizations for Vue.js apps, using three wrappers for the Chart.js library. -
https://goo.gl/ndDz5y

#vue #charts
The JavaScript Way: A Modern JavaScript Tutorial
An in-progress/beta stage book that aims to teach JavaScript from a hands-on, modern 2017 standpoint, organized around building a Hacker News-style site. - https://goo.gl/AF8dpD

#javascript #tutorial
'We Jumped the Gun Moving React Components to ES2015 Class Syntax'
Netflix found decreased maintainability and little benefit in using ES2015 class syntax for React components. -
https://goo.gl/zUPWi2

#react