A (Mostly) Complete Guide to React Rendering Behavior
Details on how React rendering behaves, and how use of Context and React-Redux affect rendering. There are a lot of concepts compressed into this article. - http://amp.gs/2e4h
#react
Details on how React rendering behaves, and how use of Context and React-Redux affect rendering. There are a lot of concepts compressed into this article. - http://amp.gs/2e4h
#react
Mark's Dev Blog
Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior
Details on how React rendering behaves, and how use of Context and React-Redux affect rendering
Custom Decorators in Angular
Routine actions, repeated from time to time, lead to duplication of code and leave a bitter aftertaste of bad smell as the project grows. - http://amp.gs/27jn
#angular
Routine actions, repeated from time to time, lead to duplication of code and leave a bitter aftertaste of bad smell as the project grows. - http://amp.gs/27jn
#angular
Medium
Custom Decorators in Angular
An overview of the effective use of custom decorators in everyday scenarios.
10 tips for growing a globally distributed engineering team
Jason Smale of Zendesk shares his tips on remote developer productivity. - http://amp.gs/27Nc
#zendesk #tips
Jason Smale of Zendesk shares his tips on remote developer productivity. - http://amp.gs/27Nc
#zendesk #tips
Medium
10 tips for growing a globally distributed engineering team
Zendesk has built out a global engineering team spread across four continents, nine countries and 10 cities around the world. We started…
How to create dynamic forms with custom validation in Storyblok and Nuxt.js - Gary Siladi
If you already know the basics of Storyblok and Nuxt, see how you can use Storyblok fields to write dynamic forms components in this hands-on tutorial. It also showcases how you can use Vuelidate’s dynamic validation rules to validate a dynamically generated form. - http://amp.gs/2PjX
#buxt #vue
If you already know the basics of Storyblok and Nuxt, see how you can use Storyblok fields to write dynamic forms components in this hands-on tutorial. It also showcases how you can use Vuelidate’s dynamic validation rules to validate a dynamically generated form. - http://amp.gs/2PjX
#buxt #vue
Storyblok
How to create dynamic forms with custom validation in Storyblok and Nuxt.js
In this article we’ll show you how to easily set-up dynamic forms with custom validation using Storyblok, Nuxt.js, Vuelidate and TailwindCSS.
Serverless Express: Easy APIs on AWS Lambda and AWS HTTP API
A component for Serverless Framework focused on deploying Node Express.js-powered APIs to AWS Lambda and serving them up via API Gateway’s new HTTP API approach. Seems pretty slick. - http://amp.gs/2Pdq
#nodejs #aws #lambda
A component for Serverless Framework focused on deploying Node Express.js-powered APIs to AWS Lambda and serving them up via API Gateway’s new HTTP API approach. Seems pretty slick. - http://amp.gs/2Pdq
#nodejs #aws #lambda
Serverless
Serverless Express – Easy APIs On AWS Lambda & AWS HTTP API
Serverless Express enables you to easily host Express.js APIs on AWS Lambda and AWS HTTP API
Create a Full-Stack Yelp Clone with React and GraphQL
Now you might be ready to move on to a somewhat more ambitious test of your newly-acquired React/GraphQL skills. How about building a Yelp clone, for example? - http://amp.gs/2yG3
#react
Now you might be ready to move on to a somewhat more ambitious test of your newly-acquired React/GraphQL skills. How about building a Yelp clone, for example? - http://amp.gs/2yG3
#react
freeCodeCamp.org
How to Create a Full-Stack Yelp Clone with React & GraphQL (Dune World Edition)
> I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where
Grid for Layout, Flexbox for Components
Ahmad Shadeed outlines the differences between CSS Grid and Flexbox. - http://amp.gs/2hla
#css
Ahmad Shadeed outlines the differences between CSS Grid and Flexbox. - http://amp.gs/2hla
#css
Ahmad Shadeed Blog
Grid for layout, Flexbox for components - Ahmad Shadeed
Learn when to use flexbox and CSS grid with examples and use cases.
Flutter Vs React Native Vs Xamarin
The ‘big fight’ between Flutter, Xamarin and React Native for building cross-platform apps is making developers weigh up their various pros and cons. - http://amp.gs/2veG
#mobile #reactnative #flutter #xamarin
The ‘big fight’ between Flutter, Xamarin and React Native for building cross-platform apps is making developers weigh up their various pros and cons. - http://amp.gs/2veG
#mobile #reactnative #flutter #xamarin
dzone.com
Flutter Vs React-Native Vs Xamarin - DZone Web Dev
The big fight between Flutter, Xamarin and React-native for building cross-platform apps is making the developers weigh their pros and cons.
Automatically Generate your Vue Router Configuration with vue-auto-routing - Markus Oberlehner
When designing very large JavaScript applications, you have to be very careful about how you structure your dependencies. One particular example of this is the `router.js` configuration file. Learn how to use the vue-auto-routing package to automatically generate the router configuration based on the directory structure. - http://amp.gs/2grz
#vue
When designing very large JavaScript applications, you have to be very careful about how you structure your dependencies. One particular example of this is the `router.js` configuration file. Learn how to use the vue-auto-routing package to automatically generate the router configuration based on the directory structure. - http://amp.gs/2grz
#vue
markus.oberlehner.net
Automatically Generate your Vue Router Configuration with vue-auto-routing
Learn how to use the vue-auto-routing package to automatically generate the router configuration based on the directory structure.
Quick Tip for Angular Forms: Keep your markAllAsTouched DRY
This article will help you keep your markAllAsTouched() dry when using Angular forms. - http://amp.gs/2EUi
#angular
This article will help you keep your markAllAsTouched() dry when using Angular forms. - http://amp.gs/2EUi
#angular
Medium
Quick Tip for Angular Forms: Keep your markAllAsTouched DRY
Working with Angular Forms validation you’ve probably used the following code in your HTML to show errors:
Best Practices for REST API Design
Best practices on how to design REST APIs to be easy to understand, future-proof, and secure and fast, explained from a Node.js perspective. - http://amp.gs/2ViN
#nodejs
Best practices on how to design REST APIs to be easy to understand, future-proof, and secure and fast, explained from a Node.js perspective. - http://amp.gs/2ViN
#nodejs
Stack Overflow Blog
Best practices for REST API design
Learn how to design REST APIs to be easy to understand for anyone, future-proof, secure, and fast since they serve data to clients that may be confidential.
React Animation Libraries for 2020
A succinct review of five popular animation libraries to help you build beautiful, compelling UIs. The short, sharp descriptions make it easy to compare their strengths. - http://amp.gs/29HJ
#react
A succinct review of five popular animation libraries to help you build beautiful, compelling UIs. The short, sharp descriptions make it easy to compare their strengths. - http://amp.gs/29HJ
#react
Medium
React Animation Libraries for 2020
Recommended React animation libraries that take care of page transitions, scroll events, entering and exiting components, etc.
Reparenting is Now Possible with React
The popular and compelling UI artefact of dragging-and-dropping often requires reparenting which―according to renown React authority Dan Abramov― “there are no plans”. But here’s a solution which will deliver most of what you need - http://amp.gs/24UB
#react`
The popular and compelling UI artefact of dragging-and-dropping often requires reparenting which―according to renown React authority Dan Abramov― “there are no plans”. But here’s a solution which will deliver most of what you need - http://amp.gs/24UB
#react`
Medium
Reparenting is now possible with React
How I implemented Reparenting with a few lines of code
On Fixed Elements and Backgrounds
Chen Hui Jing on containing blocks, rendering, and scroll performance. - http://amp.gs/2Ryg
#css
Chen Hui Jing on containing blocks, rendering, and scroll performance. - http://amp.gs/2Ryg
#css
Chenhuijing
On fixed elements and backgrounds
I thought this was going to be a short-ish note on fixed positioning and jank, but as with almost everything I write, it grew into a long-ish post about containing blocks, rendering and scroll performance.
Lazy-Loading Angular Modules (Ivy and Async Await)
In this post we’ll learn how to Lazy Load an Angular module. Lazy loading means that our code isn’t downloaded by the browser until it’s needed. - http://amp.gs/2Unf
#angular
In this post we’ll learn how to Lazy Load an Angular module. Lazy loading means that our code isn’t downloaded by the browser until it’s needed. - http://amp.gs/2Unf
#angular
Ultimatecourses
Lazy-Loading Angular Modules (Ivy and Async Await) - Ultimate Courses
In this post you’ll learn how to Lazy Load an Angular module. Lazy loading means that our code isn’t downloaded by the browser until it’s...
Vue-Test-Utils Guide: Things You Might Not Know About Vue-Test-Utils - Web Dev Etc
A large collection of useful tips on how to take advantage of less known Vue Test Utils features. - http://amp.gs/2d1i
#vue
A large collection of useful tips on how to take advantage of less known Vue Test Utils features. - http://amp.gs/2d1i
#vue
Webdevetc
Vue-Test-Utils Guide: Things You Might Not Know About Vue-Test-Utils - Web dev etc - my software development blog
My blog about software development, focusing on Laravel, Vue, JS, PHP, TypeScript etc
Building APIs with GraphQL in Your Node App
Learn how to build a fully functional GraphQL API designed to provide queries and mutations in a secure manner. - http://amp.gs/2Onj
#nodejs
Learn how to build a fully functional GraphQL API designed to provide queries and mutations in a secure manner. - http://amp.gs/2Onj
#nodejs
AppSignal Blog
Building APIs With GraphQL in Your Node.js Application | AppSignal Blog
Learn how to build a fully functional GraphQL API designed to provide queries and mutations in a secure manner.
Building Reusable React Components Using Tailwind
Ways to build reusable React components using the popular utility-first CSS framework Tailwind. - http://amp.gs/2r7P
#react
Ways to build reusable React components using the popular utility-first CSS framework Tailwind. - http://amp.gs/2r7P
#react
Smashing Magazine
Building Reusable React Components Using Tailwind — Smashing Magazine
Tailwind is a popular utility-first CSS framework that provides low-level class names to web developers. In this article, we’ll explore ways to build reusable React components using Tailwind.
Here’s What I Didn’t Know About “content”
Manuel Matuzovic shares what he found out about the “content” property. - http://amp.gs/2SZ4
#css
Manuel Matuzovic shares what he found out about the “content” property. - http://amp.gs/2SZ4
#css
Here’s what I didn’t know about “content”
In part 3 of my series I'm trying to find out what I didn’t know about the `content` property.
Let's Build an Image Classifier with Node, Tensorflow and React
The chilled out background music makes this feel like a spa experience but.. there is something genuinely quite nice about this screencast. - https://www.youtube.com/watch?v=ZfuUwdFNU-s
#nodejs #video
The chilled out background music makes this feel like a spa experience but.. there is something genuinely quite nice about this screencast. - https://www.youtube.com/watch?v=ZfuUwdFNU-s
#nodejs #video
YouTube
Image Classifier with NodeJs, Tensorflow and React - Walkthrough - With source!
Source code here: https://github.com/timtamimi/mooodDemo here: https://mooodclassifier.herokuapp.com