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
Planning A Modern Angular Application
Todd Motto runs through some of the considerations you should review when planning to build an application using Angular (aka Angular 2 and above). - https://goo.gl/lLCnrT

#angular2
End-to-End Testing with Nightwatch.js
Easily write end-to-end acceptance tests that run against a Selenium/WebDriver server. - https://goo.gl/qd9YZQ

#endtoend #tests #nightwatch
React is Slow, React is Fast.
Optimizing React Apps in Practice — “If you care about performance, it’s fairly easy to make any React application super fast.” Here’s one look at how. - https://goo.gl/IIOrxa

#react #performance
Getting Started with React Navigation, a Navigation Solution for React Native.
A handy visually driven article showing what’s involved in building an app with some common routing needs using React Navigation. - https://goo.gl/OKG8z0

#reactnative
Practical CSS Grid: Adding Grid to An Existing Design.
Eric Meyer looks at the process behind converting existing designs to CSS Grid without breaking non-supporting browsers. - https://goo.gl/Sn9RgX

#css #grid
Next.js 2.0 Released: Server-Rendered React App Backend
Released just 5 months ago, the first version of Next.js was very popular. 2.0 makes building React-powered backends even easier with pre-fetching and component-based CSS support. - https://goo.gl/C5umTM

#nodejs #nextjs
React patterns, techniques, tips and tricks - https://goo.gl/uPxwOP

#react
Build and Deploy a Node API and React Web App on AWS
A full set of guides and tutorials to setup and deploy a Node, Express and Loopback API and a React Web App to AWS with Docker on ECS. - https://goo.gl/yGtqKW

#nodejs #api #aws
Redux without profanity
Welcome to a summary of how we write redux apps at Docker, Inc. aimed to be used as a guide for our projects and the Redux community. - https://goo.gl/OLkMVH

#react #redux
6 Reasons Why Async/Await Blows Promises Away
As of 7.6, Node now supports ES2016’s async and await features. This isn’t a deep dive but shows off some simple examples. - https://goo.gl/uu4iQT

#nodejs
Smoothly Animate Thousands Of Points With HTML5 Canvas And D3
Sometimes in life, you’ve just gotta move thousands of points around on the screen. For hundreds of points, this can be accomplished with D3 through d3-transition on SVG nodes, but this typically becomes too slow when you need to animate more than a thousand points. So how do you do it?...Enter canvas... - https://goo.gl/tfeU1J

#html5 #canvas #d3js
Writing React Native Apps with MobX.
How to write a React Native app with MobX and React Navigation Flow styled-components. - https://goo.gl/pCAoF4

#reactnative #mobx
Why and How to Deal with Unhandled Promise Rejections
If you use Node 6.6+ you may have seen “Unhandled promise rejections are deprecated” cropping up. What does it mean and why does it matter? - https://goo.gl/D0a0Ok

#nodejs #promise
Caporal.js: A Framework for Building Command Line Apps
Out of the box you get help generation, colored output, coercion and casting, typo suggestions, and auto-complete for Bash and Zsh. - https://goo.gl/fDdhrl

#nodejs
React DnD is a set of React higher-order components to help you build complex drag and drop interfaces while keeping your components decoupled. - https://goo.gl/EN96Dc

#react #component #dragdrop