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
Writing IE-Friendly CSS Grid Code

Want to lean on CSS Grid but not get in trouble for abandoning Internet Explorer 11 users? Using Autoprefixer and keeping some rules in mind will help you get there. - http://bit.ly/2mC3GJY

#css
Build a Realtime Serverless GraphQL API with WebSockets on AWS - http://bit.ly/2LihcRI

#nodejs #graphQL #websocket #aws
An Extensive, Curated Set of React/Redux Tutorial Links

A golden oldie that continues to get frequent additions and updates. - http://bit.ly/2zZkbcB

#react
Building the Google Photos Web UI

It’s always fantastic to get a detailed look under the hood of how some of the web’s most heavily used apps are built. - http://bit.ly/2Ln491D

#ui
10 JavaScript Animation Libraries Worth Investigating in 2018

With summaries and, importantly, live interactive JSFiddle demos for most. - http://bit.ly/2uVmc3O

#javascript #animation
Building a Complex UI Animation in React, Simply

Alex Holachek shows how to use React, styled-components, and react-flip-toolkit to make your own version of the animated navigation menu. - http://bit.ly/2OpDqzf

#react
The Guide to Integrating and Styling Icon Systems — SVG Sprites, SVG Symbols and Icon Fonts

Sebastiano Guerriero gives an in-depth look at SVG image sprites, SVG symbols and icon fonts. - http://bit.ly/2Lu5bZA

#css
Vue Authentication And Route Handling Using Vue Router

In this tutorial by Chris Nwamba, you will learn how to use vue-router and JSON web tokens to implement authentication and provide access control to different parts of your application. - http://bit.ly/2OtYjtk

#vue
A Milestone for Chrome Security: Marking HTTP As “Not Secure”

Chrome 68, released this week (more on that below), shows a “Not secure” message in the location bar when accessing a site over unencrypted HTTP. The march to ‘HTTPS everywhere’ continues. - http://bit.ly/2M3tOZk

#chrome
Announcing the Ionic 4 Beta

The beta release of Ionic 4, a framework for building native apps and PWAs with Web technology, has just landed. 4.0 marks the first version to completely embrace modern Web APIs such as Custom Elements, CSS Variables and Shadow DOM, plus it’s framework-agnostic at its core. - http://bit.ly/2v1cqhA

#ionic
Redux vs. the React Context API

A look at how the new context API in React 16.3 works, how it compares to Redux, and when you’d want to consider using one versus the other. - http://bit.ly/2v1Wewn

#react #redux
Adding Particle Effects to DOM Elements with Canvas

A neat tutorial showing how to create a basic HTML-to-particle effect. You have to balance a few concepts to make it work but the result is striking. - http://bit.ly/2M3Wsth

#css
Vue.js - Forms, Components and Considerations

Forms are the main mechanism for an app to collect data from a user. If you’re using AJAX and a single-page application architecture, there are unique challenges including accessibility and usability. - http://bit.ly/2OtYQvk

#vue