The Trouble with Implementing SSR in a Laravel/Vue app
Are you trying to integrate server-side rendering into an existing Laravel/Vue application? This post covers the main issues the author ran into and will provide some tips along the way.
- http://amp.gs/RaAu
#vue
Are you trying to integrate server-side rendering into an existing Laravel/Vue application? This post covers the main issues the author ran into and will provide some tips along the way.
- http://amp.gs/RaAu
#vue
DEV Community
The trouble with implementing SSR into a Laravel/Vue app
Originally posted at michaelzanggl.com. Subscribe to my newsletter to never miss out on new content....
Finally, A CSS Only Solution To :hover on Touchscreens
This issue may finally be solved by the new Level 4 Media Queries. - http://amp.gs/Roqe
#css
This issue may finally be solved by the new Level 4 Media Queries. - http://amp.gs/Roqe
#css
Noteworthy - The Journal Blog
Finally, a CSS only solution to :hover on touchscreens
TL; DR: It’s @media(hover: hover) and (pointer: fine)
Advanced Angular: Implementing a Reusable Autocomplete Component
In this article, Netanel will walk us through the process of creating a custom autocomplete component with Angular by using the Angular’s CDK. Along the way we’ll go over various techniques that we can use to build robust components in Angular.
- http://amp.gs/RMVH
#angular
In this article, Netanel will walk us through the process of creating a custom autocomplete component with Angular by using the Angular’s CDK. Along the way we’ll go over various techniques that we can use to build robust components in Angular.
- http://amp.gs/RMVH
#angular
Medium
Advanced Angular: Implementing a Reusable Autocomplete Component
Native Image Lazy-Loading for The Web: How loading Works
A look at the new loading attribute which brings native <img> and <iframe> lazy-loading to the web. Support for this is expected in Chrome 75. - http://amp.gs/R599
#html #images
A look at the new loading attribute which brings native <img> and <iframe> lazy-loading to the web. Support for this is expected in Chrome 75. - http://amp.gs/R599
#html #images
Addyosmani
Native image lazy-loading for the web!
In this post, we'll look at the new loading attribute which brings native <img> and <iframe> lazy-loading to the web!. For the curious, here&...
React Native Deep Linking for iOS and Android
“Deep linking” is the idea of having special URLs that link directly into your app rather than to another Web page, say. - http://amp.gs/RQrE
#reactNative
“Deep linking” is the idea of having special URLs that link directly into your app rather than to another Web page, say. - http://amp.gs/RQrE
#reactNative
Medium
React Native Deep Linking for iOS and Android
We live in a new era where everything is connected and we share links more often than before. We also want our customer to reach the…
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
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
Medium
An (almost) comprehensive guide on using Storybook with Nuxt.js
Here’s my walkthrough on getting Storybook to play along with Nuxt.js.
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
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
freeCodeCamp.org
Launching the Front-End Tooling Survey 2019
Take part to help us find out how our front-end tooling habits are changing.
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
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
Angular In Depth
NgRx: Action Creators redesigned
The limitations of the current Action Creators and some techniques that can help with them.
Building a Real-Time Earnings Tracker into Uber’s New Driver App
How Uber’s mobile engineering team developed a real-time component in the newest version of its driver app. - http://amp.gs/UIp7
#css
How Uber’s mobile engineering team developed a real-time component in the newest version of its driver app. - http://amp.gs/UIp7
#css
Uber Blog
Building a Real-time Earnings Tracker into Uber's New Driver App | Uber Blog
What began as a means of showing Uber's driver-partners their real-time earnings quickly became an extensible means of communicating not just earnings, but also incentives and other useful information within our new driver app.
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
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
ITNEXT
Google Cloud Functions, Node.js and Express
The core of Google Cloud’s serverless offering is Google Cloud Functions. Learn how to build Cloud Functions quickly with Node and Express.
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
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
robertcooper.me
Testing Stateful React Function Components with React Testing Library
Test stateful React function components build with hooks using react-testing-library to follow best testing practices.
How to create themes for your Angular 7 apps using CSS Variables
In this post, we will build a super simple cryptocurrency listing app using Angular 7 and CSS variables. - http://amp.gs/U86X
#angular
In this post, we will build a super simple cryptocurrency listing app using Angular 7 and CSS variables. - http://amp.gs/U86X
#angular
freeCodeCamp.org
How to create themes for your Angular 7 apps using CSS Variables
In this post, we will build a super simple cryptocurrency listing app using
Angular 7 and CSS variables.
Table of Contents
* Design
* Project Setup
* Code
* Conclusion, Repo, and Further Reading
What we’re aiming forDesign
Feel free to skip this section…
Angular 7 and CSS variables.
Table of Contents
* Design
* Project Setup
* Code
* Conclusion, Repo, and Further Reading
What we’re aiming forDesign
Feel free to skip this section…
Websites That Keep Loading, and Loading, and Loading…
A look at what happens when a user minimizes the browser on their phone. - http://amp.gs/UTbR
#web
A look at what happens when a user minimizes the browser on their phone. - http://amp.gs/UTbR
#web
Doug Sillars: Performance Expert and Developer Advocate
Websites that Keep Loading, and Loading and Loading….
Have you ever wondered what happens when you minimize the browser on your phone? Does the website stop loading? What happens if the website has a periodic ping, for analytics, or ads, or another pr…
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
#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
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
How to Create an Accessible React Modal
A step-by-step guide to creating an accessible and reusable modal component. - http://amp.gs/U1Qa
#react #accessibility
A step-by-step guide to creating an accessible and reusable modal component. - http://amp.gs/U1Qa
#react #accessibility
Medium
How to create an accessible React modal
A step-by-step guide to creating an accessible and reusable modal component in React
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
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
OneZero
From Like Buttons to Message Bubbles: The UX Designs You Can’t Use
Designing a new user interface in 2019 is harder than you think
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
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
CloudForecast Blog
Using Reaper Serverless Functions To Reduce Your AWS Bill | CloudForecast Blog
In this post, we are going to focus on how to keep your AWS bill low. We will automatically destroy unused resources that are left lying around.