FrontEnd Development
30.8K 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 A Perfect Responsive Configurator

Dives deep into the dos and don’ts of designing a responsive Web-based product configurator, with a checklist of things to use and keep in mind. - https://goo.gl/HLpfD2

#css
Custom routes with Nuxt.js – Francesco Greppi

Nuxt.js is a framework for Vue.js developers which minimizes the work required to setup a Vue application and provides at the same time the freedom to extend or customize its core functionalities. - https://goo.gl/dK4Dgi

#vue
Choosing Mobility Options in 2018

A comparison of approaches to app development, with a look at Progressive Web Apps and JS-driven native frameworks such as NativeScript and React Native. - https://goo.gl/AqpgLB

#mobile
Debugging Node Apps with Visual Studio Code

The popularity of Microsoft’s open source VS Code editor has skyrocketed in the past year, and it’s well suited to working on Node apps. - https://goo.gl/4zM93F

#nodejs #debug #vscode
30 Seconds of CSS

A growing collection of useful CSS snippets which we’re promised we can understand in “30 seconds or less”. Covers things like text effects, gradients, and even a popout menu. - https://goo.gl/RJ5hNB

#css
Full Stack Shopping Cart With MEVN Stack – Jaouad Ballat

NodeJS is a viral platform nowadays because of its features and Express is a web framework build on top of Node.js. - https://goo.gl/AapQvE

#vue
Styling Empty Cells With Generated Content and CSS Grid Layout

Ever wondered how to style empty grid cells without adding redundant empty elements? ‘CSS Generated Content’ can help you do just that. - https://goo.gl/PSiBCn

#css #grid
Node Advanced: A Node Course for Intermediate Devs

A comprehensive course from Azat Mardan covering topics like streams and debugging at an advanced level. - https://goo.gl/Wh7GqE

#nodejs
Good to great UI animation tips

Pablo Stanley shares some examples of UI animations going from good to great. With a little bit of tweaking here and there, he explains how you can elevate your UI patterns with animation. -
https://goo.gl/ykNZz1

#ui
Beyond React 16: Time Slicing and Suspense API

Last week we linked to Dan Abramov’s ‘Beyond React 16’ talk where he showed off ideas coming to React in the future, and here Prosper Otemuyiwa reflects on them some more. - https://goo.gl/Y8VndJ

#react
Responsive Components: A Solution to the Container Queries Problem

Container queries would let us style elements based on the size of a containing element rather than the viewport, but they’re still not available - this post presents a viable alternative -
https://goo.gl/45sxzw

#css #responsive
Building An Ecommerce Search App with React Native -
https://goo.gl/Mwm4S7

#reactNative