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
Designing The Perfect Slider
A thorough guide to things you need to consider when creating ‘slider’ UI elements. - https://goo.gl/RTbG1B

#slider #ui
Apollo Server 1.0: A GraphQL Server for All Node Frameworks
A community-maintained, open-source GraphQL server that works with Express, Hapi, Koa, Lambda, Micro, Restify, etc. - https://goo.gl/j7HxDW

#nodejs #graphQL
JavaScript Factory Functions with ES6+
“In JavaScript, any function can return an object. When it does so without the new keyword, it’s a factory function.” - https://goo.gl/QsqRAF

#javascript #es6
Enhancing CSS Layout: From Floats To Flexbox To Grid
Manuel Matuzović thinks Grid is “one of the most exciting developments since responsive design” adding that we should “get the best out of it as soon as possible”. - https://goo.gl/UXMxdy

#css #layout #float #flexbox #grid
Revalidation: Higher Order Component for Forms in React
Write your forms as stateless function components. - https://goo.gl/M5oix4

#react #hoc #form
How to Create a Reddit Clone Using React and Firebase
Nirmalya Ghosh shows you how to use Firebase’s real-time database features, coupled with create-react-app, to build a basic Reddit clone with live voting - https://goo.gl/o4zg1S

#react
Using Viewport Units to Scale Fixed Layouts
Sebastian Eberlein explores ‘edge cases’ where scaling a fixed layout with viewport units can be a viable solution. - https://goo.gl/fXrYMn

#css
📚 New courses of this week from Pluralsight

📌 - Advanced React.js By Samer Buna (https://app.pluralsight.com/library/courses/reactjs-advanced/table-of-contents)
📌 - Getting Started with ES2017/ES8 By Roland Guijt (https://app.pluralsight.com/library/courses/es2017-es8-getting-started/table-of-contents)
📌 - Moving Forward with Mongoose.js By Mark Scott (https://app.pluralsight.com/library/courses/mongoosejs-moving-forward/table-of-contents)

#pluralsight #courses
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