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
Building a Component Library with React and Storybook

If you want to create reusable components to use across projects, Storybook can help a lot as it helps maintain a healthy separation between components and apps. - http://bit.ly/2NKv74d

#react #storybook
OvernightJS: The Best Way to Use Express.js with TypeScript

How to use the TypeScript decorators for the Express.js web framework that OvernightJS provides. - http://bit.ly/2DRHYx6

#nodejs
Inside Look at Modern Web Browser: Inner Workings of a Renderer Process

Mariko Kosaka dives into how the browser evaluates HTML/CSS/JavaScript to render pages. - http://bit.ly/2E6XOnO

#browser
Building a PWA with Angular 6

A step-by-step walkthrough of building a progressive Web application using the latest Angular and its CLI tools. If you’ve kept away from Angular for a while, this could be a handy reintroduction. - http://bit.ly/2zIDTat

#angular
Why 'Words With Friends' is Adopting React Native

After a spate of stories about how some apps were moving away from React Native, it’s good to see a well thought through piece on why React Native makes sense for other apps - in this case, a popular Scrabble-esque mobile game. - http://bit.ly/2CwbiaW

#reactNative
How to Build Native Extensions for Node.js

A quick guide to the core concepts involved in building your first Node.js extension. - http://bit.ly/2MJ0nvC

#nodejs
An Introduction to Web Payments

The folks over at Google have put together some documentation on how the emerging Web Payments standard works to provide a generalized way to handle payments on the Web. - http://bit.ly/2NzBAu7

#web #api #payments
Vue Router — The Missing Manual

Beyond DOM manipulations, events handling, forms and components, every Single Page Application (SPA) framework needs two core pieces. - http://bit.ly/2QxYfZv

#vue
Accessibility Made Easy with Angular CDK

Keyboard focus and navigation are essential when developing for the accessible web. Many users rely on a keyboard when they surf the web.
If a user doesn’t use other input mechanisms, they’ll have a tough time interacting and navigating your site unless it’s keyboard navigable.
In this article, we’ll learn how Angular CDK makes adding this ability easier. - http://bit.ly/2QzgNZl

#angular
A comparison of Server Side Rendering in React and Angular applications

In this article, we will talk about what Server Side Rendering(SSR) is and discuss how Server Side Rendering (SSR) can be achieved in both React and Angular applications. Towards the end, we will also do a brief comparison of the ease of enabling SSR and the approach that we need to take to do so. - http://bit.ly/2C4gfXI

#react #angular #ssr
How to Test React Components using Jest and Enzyme

A bumper packed tutorial that covers both unit & integration tests on an example codebase. - http://bit.ly/2C1omUC

#react #testing
Authentication in Angular with NRGX Part 1

In this article, we are going to walk through what the NgRx library is, as well as share common use case scenarios for each application. The scope of the example project will cover the login of the application using token-based authentication. When the user logs in, the token will be stored in local storage. When he or she logs out, the token will be removed. - http://bit.ly/2RysUHp

#angular