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
Editorial Layouts, Floats, and CSS Grid

Rob Weychert shows how aligning floated elements to an established grid can be a real challenge, since floats aren’t compatible with CSS Grid. - http://bit.ly/2SfcVhf

#css
Fullstack React: An Introduction to Hooks in React

As React developers continue to play with and analyze the newly proposed ‘Hooks’ feature, the tutorials continue to flow. This is a particularly accessible one complete with examples. - http://bit.ly/2FPYbE8

#react
Flutter Crush: How to Build a Game with Flutter

How to build a Match-3 game like Candy Crush, Bejeweled or FishDom using Flutter. - http://bit.ly/2TYDtVr

#mobile #flutter #game
Nuxt.js Fundamentals, a Vue.js video course

Nuxt.js is a framework for creating Vue.js applications. Its goal is to help Vue developers take advantage of top-notch technologies and features in a fast, easy and organized way. - http://bit.ly/2AE0xQJ

#nuxt #vue #course
NGRX => Embedding Reducer Function to Action

As a personal preference, Ali has always been concerned about the decoupling of the reducer function being in a separate place instead of inside of the action. Especially when he finds the switch statement within the reducer aesthetically disturbing. The solution to both of his problems is presented in this article. - http://bit.ly/2zyZ6TD

#angular #ngrx
Why do people leave your website?

The answer lies with your 'Undecided Explorers' - http://bit.ly/2QAKtJy

#ui #ux
The Easiest Way to Debug Node.js - with VS Code?

A developer makes the case that Microsoft’s VS Code editor provides the best Node debugging experience right now. - http://bit.ly/2SaLTHs

#nodejs
The Power of Web Components

‘Web Components’ is a set of standards to enable user-defined HTML elements. This is an accessible tutorial that looks at the state of play and how to create your own components with HTML and JavaScript. - https://mzl.la/2rcWMgv

#webComponents
React Render Props: A Pattern for Code Reuse Amongst Components

Gives you enough to knowledge to make an educated decision about when to use render props or higher order components. - http://bit.ly/2AGXdnE

#react
Mixing Storybook with Angular with a sprinkle of Applitools

To better understand the Applitools Storybook SDK for Angular, we will be building a small Angular application from scratch, adding some Storybook stories, and then finally performing visual regression testing using the Applitools SDK to generate snapshots for us to view and analyze. - http://bit.ly/2Q7kPfZ

#angular
The State of JavaScript 2018

The results of this popular annual survey are out now. React is the clear, dominant front-end framework of choice. Jest and Mocha are neck and neck in the testing space, and Python is the most common other language for JS developers to use. - http://bit.ly/2BM6cWI

#javascript
Goodbye Electron, Hello Desktop PWAs?

There’s still a long way for progressive webapps to go, but in many use cases the technology is advanced enough to displace typical ‘hybrid’ desktop apps especially when desktop PWA support lands on macOS in Chrome 72. - http://bit.ly/2QqGiQb

#desktop #pwa
Why React Hooks, and How Did We Even Get Here?

Hooks have been much celebrated so far in how they give us new ways to create easily consumed contained, composable behaviors, but “they are not the silver bullet solution.” - http://bit.ly/2U1tqiG

#react #hooks
SVG Filters Playground

An interesting online tool for experimenting with what different SVG filters do. - http://bit.ly/2zB8ruf

#tools #svg