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 React/Redux Style Guide

“This is a working set of guidelines for developing React applications. We say ‘guideline’ because there are no hard-and-fast rules; best practices, patterns and technology change over time, so we consider this a living set of style guides.” - http://bit.ly/2OaA5Ef

#react #redux
Testing Node.js in 2018

Stream powers feeds for over 300+ users and their team is keen on testing well. Here they share what Node tools and packages they use. - http://bit.ly/2A24dys

#nodejs
Build a React Native App and Authenticate with OAuth 2.0

Learn how to use React Native and AppAuth to create a native mobile app that authenticates with Okta. - http://bit.ly/2Ne2nw4

#reactnative
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