FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Tying a React SPA to WordPress as a Backend

WordPress’s REST API is a surprisingly powerful way to use the popular CMS without having to touch PHP. This article looks into using WordPress as essentially a headless CMS with the WP REST API from a React single page app. - http://bit.ly/2NIaHci

#react #wordpress
Eleven Tips to Scale Node.js

Some rather high level suggestions in this collaboration between nearForm and Microsoft. - http://bit.ly/2IluTL2

#nodejs
Angular Router Series: Secondary Outlets Primer

In this short article, we’re going to explore secondary outlets (sometimes called named router outlets) and see the role they play in routing. By the end of this article, you will understand; how to define secondary outlets, why secondary outlets are used, the effect that they have on the structure of a URL and how they are routed and activated. - http://bit.ly/2Rd1pmJ

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