FrontEnd Development
30.8K subscribers
145 photos
1 video
9.34K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
An (Almost) Comprehensive Guide on Using Storybook with Nuxt.js

Storybook is an open source tool for developing UI components in isolation. Using Storybook with plain Vue is no hassle, but it’s another story with Nuxt. This article provides a robust tutorial for those who want to start using Storybook with Nuxt. - http://amp.gs/Rcv6

#vue #nuxt #storybook
Launching the Front-End Tooling Survey 2019

Each year we link to this popular front-end developer survey as the results are pretty interesting. Take part to help us all find out how our collective front-end tooling habits are changing. There’s a recap of last year’s results here too. - http://amp.gs/R6hU

#frontend #survey
NgRx: Action Creators Redesigned

In this article, we’ll look into the limitations of the current Action Creators and some techniques that can help with them. Then Alex will walk us through the new addition to the core NgRx — createAction function, where he’ll highlight some of its advantages, how it can be used in ofType operator, and discuss Action Union. - http://amp.gs/RbvP

#angular #ngrx
Creating a Google Cloud Function with Node and Express

The very basics (think “Hello world”) of creating a simple Google Cloud Function (essentially Google’s answer to AWS Lambda) using both Node and Express. - http://amp.gs/UjZD

#nodejs #google #cloud
Testing Stateful Function Components with react-testing-library

A comparison of a function-based component with a class-based approach and the different ways to test both. - http://amp.gs/U8Z0

#react #testing
Best Practices for Responsive, Multi-Screen Designs — UXers from Adobe, SunTrust and Microsoft offer up their best tips for responsive design and share best-practices for multi-screen design. - http://amp.gs/UzM4

#css
Do You Really Know How a Lockfile Works for Yarn and npm Packages?

Package lock files serve as a rich manifest of dependencies for projects that specify the exact version of those dependencies. But why do we need them and how do they work? - http://amp.gs/U1g8

#nodejs
UI/UX Patterns You Literally Cannot Design

A look into some of the patented UI elements/interactions that we as designers can't replicate due to legal reasons. Quite a fascinating post. - http://amp.gs/UYsX

#ux
Named Routes with React Router - http://amp.gs/Ut88

#react #router
Using Serverless 'Reapers' to Lower Your AWS Bill

A look at how serverless functions can be used to keep your AWS bill in check by automatically destroying resources you’re not actually using - http://amp.gs/UtRR

#nodejs #aws
Envalid: Environment Variable Validation and Access

Lets you enforce that you want certain environment variables present and what sort of data they should contain. - http://amp.gs/Um4f

#nodejs
You Don’t Need Lodash or 'How I Started Loving JavaScript Functions'

A compilation of pure JavaScript recipes of nine commonly used Lodash/Underscore.js utility functions. I'd love to see a more extended version of this, actually. - http://amp.gs/UZMi

#javascript
Application State Management with React

React is all you need to manage your application state says Kent C Dodds, while simultaneously acknowledging “If you want to use Redux, keep using Redux.” It’s good to have options and Kent does a good job of showing off his approach here. - http://amp.gs/Ulst

#react
Building a transaction service for managing large scale editing experiences

A common challenge developers have to tackle when building applications consuming large data sets, is how to create a maintainable and scalable user experience for editing. They may face hundreds of thousands and even millions of records on which they execute CRUD operations that need to be sent to a server and saved to a database. — http://amp.gs/UBAR

#angular