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
Running Node.js 11 on AWS Lambda

With Lambda’s new Layers feature and custom runtimes you can now build your own custom artifacts, enabling you to share and manage common code between serverless functions. - http://amp.gs/ELZl

#nodejs #aws
Stories, Chapters and Paragraphs: Structuring Content with Storyblok and Vue.js

Structuring the content for complex pages, like homepages and landing pages, can be a very challenging task. Find out how Storyblok and Vue.js can make things easier. - http://amp.gs/EWxL

#vue #storyblok
Which JavaScript Frameworks Are the Fastest?

Web performance is a big and complex topic. This post narrows it down to a discussion of front end JavaScript frameworks and how using one versus another might impact the performance of your app. - http://amp.gs/EWQT

#javascript
All About Prefetching

Katie Hempenius explains how prefetching works and how you can start using it. - http://amp.gs/EaRR

#css
3 Tips for Scaling Large Vue.js Applications

This article offers three great tips for scaling large Vue apps including splitting the app into isolated modules, using a micro-frontend architecture, and not overusing the Vuex store. - http://amp.gs/Eawk

#vue
The Best Way to Bind Event Handlers in React

Explores common ways of creating event bindings in React, their pros and cons, plus the author’s favorite approach. - http://amp.gs/EoZs

#react
Presenting UX Research using the Jobs to Be Done Framework

Sharing the findings of generative research using the JTBD framework provides a platform for innovation and data-inspired creativity. - http://amp.gs/EoJW

#ux
TUI Calendar: An Attractive, Full Featured Calendar Control

From the creators of TUI Chart comes TUI Calendar, a highly customizable JavaScript calendar widget that supports numerous view types (weekly, monthly, etc.), dragging and resizing of schedule items, and is basically like your own Google Calendar in a box. MIT licensed too. - http://amp.gs/EoFv

#components #calendar
Rekit Studio: An IDE for React and Redux Development

The stable release of Rekit Studio, a complete IDE for React, Redux and React Router development, is now available. - http://amp.gs/E5mU

#react
The Front-End Developer Handbook 2018 Edition

An online guide that outlines and discusses the practice of front-end engineering, how to learn it and what tools are used in the practice, as of 2018. Let’s hope we see a 2019 edition! - http://amp.gs/E5OW

#frontend #handbook
Designing (Very) Large JavaScript Applications

A written version of a talk given by Google’s Malte Ubl at JSConf Australia that took a high level look at modularity, lazy loading code, and similar concepts. - http://amp.gs/EQaz

#javascript
5 Tips to improve User Experience of your Angular app with NgRx

Web app performance matters. It matters even more so when the company’s finances are depending on such apps for users to engage with the site and to keep them coming back. As numerous studies have shown, poor loading times and overall slowness leads to the increased bounce rates and decreases the general satisfaction of the users. - http://amp.gs/Ecdm

#angular
Vue Route Component Hooks

One of the most challenging parts of building a universal web application with Vue is figuring out which Vue and Vue Router lifecycle hooks to use for requesting data during a route’s lifecycle. - http://amp.gs/E6vB

#vue
The Front-End Performance Checklist

An extensive list of things you should check or at least be aware of as a front-end developer trying to make your sites work as fast as possible. - http://amp.gs/VI1o

#frontEnd