Methods of Improving And Optimizing Performance in React Apps
Performance optimization is like sailing (and a lot of other things) — it takes a day to learn to do and a lifetime to learn to do it well. But with all the options available where to begin exactly? This provides prescriptive recommendations to get you started in the right direction. - http://amp.gs/FazA
#react
Performance optimization is like sailing (and a lot of other things) — it takes a day to learn to do and a lifetime to learn to do it well. But with all the options available where to begin exactly? This provides prescriptive recommendations to get you started in the right direction. - http://amp.gs/FazA
#react
Make the most of Angular DI: private providers concept
We can transfer any data through our apps, transform and replace it at any level.
So we can make the architecture simpler and more flexible with clear data flow and low coupling. It also makes testing and replacing our dependencies easy. - http://amp.gs/Fa6Q
#angular
We can transfer any data through our apps, transform and replace it at any level.
So we can make the architecture simpler and more flexible with clear data flow and low coupling. It also makes testing and replacing our dependencies easy. - http://amp.gs/Fa6Q
#angular
A Mental Model to Think in TypeScript
If you’re new to TypeScript and struggling with how to ‘think more in types.’ - http://amp.gs/Fo6S
#typescript
If you’re new to TypeScript and struggling with how to ‘think more in types.’ - http://amp.gs/Fo6S
#typescript
13 React Date-Pickers and Time-Pickers
We genuinely believed there was nothing new under the sun with respect to date and time pickers. Turns out we were wrong. The one you want has to be in here somewhere. Each example comes with a helpful description. -http://amp.gs/FMGS
#react #datetimepicker
We genuinely believed there was nothing new under the sun with respect to date and time pickers. Turns out we were wrong. The one you want has to be in here somewhere. Each example comes with a helpful description. -http://amp.gs/FMGS
#react #datetimepicker
Medium
13 React DatePickers and TimePickers for 2020
Useful React components and libraries that save you time when letting users choose their own time.
Gradient Angles in CSS, Figma & Sketch
Nils Binder explores the differences of gradients in CSS, Figma, and Sketch. - http://amp.gs/FMFM
#css
Nils Binder explores the differences of gradients in CSS, Figma, and Sketch. - http://amp.gs/FMFM
#css
9elements Blog
Gradient angles in CSS, Figma & Sketch
Do you know the feeling when a subject never lets you go? In the last years, I
have worked with different graphics programs and have written many lines of CSS.
Even though it is now easy to copy CSS code for gradients directly from e.g.
Figma, I always had…
have worked with different graphics programs and have written many lines of CSS.
Even though it is now easy to copy CSS code for gradients directly from e.g.
Figma, I always had…
You Might Not Need Vuex with Vue 3 - Gábor Soós
By using the reactivity system and the dependency injection mechanism of Vue 3, we’ve gone from a local state to centralized state management that can replace Vuex in smaller applications. - http://amp.gs/F53R
#vue
By using the reactivity system and the dependency injection mechanism of Vue 3, we’ve gone from a local state to centralized state management that can replace Vuex in smaller applications. - http://amp.gs/F53R
#vue
A Full Stack Guide to GraphQL: React Client
The final installment in this series which covers creating a full-stack project with GraphQL at its core. In this post, the React front-end is built to consume the back-end services developed in previous instalments - http://amp.gs/FQKl
#react #graphql
The final installment in this series which covers creating a full-stack project with GraphQL at its core. In this post, the React front-end is built to consume the back-end services developed in previous instalments - http://amp.gs/FQKl
#react #graphql
Tales from a Codemancer
A Full Stack Guide to Graphql: React Client
Build a React app with graphql.
The AWS Bill Heard Around The World
We mentioned the Twitter thread about the surprise $2700 AWS bill recently but here’s a proper write up. It’s more nuanced than you think and might have exposed a bug. - http://amp.gs/Fcd5
#aws
We mentioned the Twitter thread about the surprise $2700 AWS bill recently but here’s a proper write up. It’s more nuanced than you think and might have exposed a bug. - http://amp.gs/Fcd5
#aws
50+ Top Angular Interview Questions and Answers
This set of Angular interview questions will certainly be helpful for your interview, and also a recap of Angular. - http://amp.gs/F6VM
#angular #interview #questions
This set of Angular interview questions will certainly be helpful for your interview, and also a recap of Angular. - http://amp.gs/F6VM
#angular #interview #questions
content-visibility: The New CSS Property That Boosts Your Rendering Performance
Una Kravets and Vladimir Levin explain how to improve initial load time by skipping the rendering of offscreen content by using content-visibility property, launching in Chromium 85. - http://amp.gs/Fbvw
#css
Una Kravets and Vladimir Levin explain how to improve initial load time by skipping the rendering of offscreen content by using content-visibility property, launching in Chromium 85. - http://amp.gs/Fbvw
#css
Build file-based theme inheritance module in Nuxt - Filip Rakowski
Learn how to build a theme inheritance module in Nuxt.js. A perfect module for when you want to change parts of your codebase for special campaigns such as Black Friday or the holidays sales. - http://amp.gs/XIps
#vue
Learn how to build a theme inheritance module in Nuxt.js. A perfect module for when you want to change parts of your codebase for special campaigns such as Black Friday or the holidays sales. - http://amp.gs/XIps
#vue
Using 'Sign In with Apple' with React Native
With iOS 13, Apple began its attempt to snag some of the market share stickiness currently held by Google, Facebook, Twitter and others for being the service your app uses to identify its users. Not sure we needed it but Apple is too big to ignore in this space so here’s how to implement it. - http://amp.gs/XjbV
#reactnative
With iOS 13, Apple began its attempt to snag some of the market share stickiness currently held by Google, Facebook, Twitter and others for being the service your app uses to identify its users. Not sure we needed it but Apple is too big to ignore in this space so here’s how to implement it. - http://amp.gs/XjbV
#reactnative
Medium
React Native: Sign in with Apple
How to integrate Sign in with Apple for React Native apps
Svelte 💛 TypeScript
Svelte, a popular compile-time JavaScript framework, now supports TypeScript too. Here’s how it works and how the current approach makes a previously difficult task a lot easier. - http://amp.gs/X84C
#svelte
Svelte, a popular compile-time JavaScript framework, now supports TypeScript too. Here’s how it works and how the current approach makes a previously difficult task a lot easier. - http://amp.gs/X84C
#svelte
Beam Me Up, Scotty
On Teleporting Templates in Angula
In this article, we will discuss an interesting problem Netanel recently came across, and the solution he came up for it. - http://amp.gs/X85y
#angular
On Teleporting Templates in Angula
In this article, we will discuss an interesting problem Netanel recently came across, and the solution he came up for it. - http://amp.gs/X85y
#angular
How a DevTools Extension is Made - Guillermo Peralta Scura
This is a guide through the main parts of the official Vue DevTools extension to learn from it and understand a successful approach for building these kinds of tools. - http://amp.gs/XTUH
#vue
This is a guide through the main parts of the official Vue DevTools extension to learn from it and understand a successful approach for building these kinds of tools. - http://amp.gs/XTUH
#vue
DEV Community
How a DevTools Extension is Made
A guide on how a production-level devtools extension is made
How I Structure My CSS (for Now)
Matthias Ott shares his current take on CSS structure. - http://amp.gs/XT5N
#css
Matthias Ott shares his current take on CSS structure. - http://amp.gs/XT5N
#css
Advice to Myself When Starting Out as a Software Developer
Nothing earth shattering here, but solid advice generally. Keep reading, keep learning, figure out refactoring and testing, and teach. - http://amp.gs/X1Iw
#article
Nothing earth shattering here, but solid advice generally. Keep reading, keep learning, figure out refactoring and testing, and teach. - http://amp.gs/X1Iw
#article
Angular struggles in 2020
You're going down a dark, murky, slippery road and you've lost your way. What do you do? Keep moving while acting like everything is alright? Or stop and ask for help? - http://amp.gs/X1FV
#angular
You're going down a dark, murky, slippery road and you've lost your way. What do you do? Keep moving while acting like everything is alright? Or stop and ask for help? - http://amp.gs/X1FV
#angular
DEV Community
Angular struggles in 2020
An opinion piece on the Angular team management.
👍1
Speculation in JavaScriptCore
A long, technical post about speculative compilation and how it makes a dynamic language like JavaScript a lot faster than it might otherwise be (or was, pre V8!) You’ll need some experience with how compilation works to get much out of this, but if you want to know how modern JavaScript VMs can run JavaScript so quickly, it’s an epic resource. - http://amp.gs/XYJk
#javascript
A long, technical post about speculative compilation and how it makes a dynamic language like JavaScript a lot faster than it might otherwise be (or was, pre V8!) You’ll need some experience with how compilation works to get much out of this, but if you want to know how modern JavaScript VMs can run JavaScript so quickly, it’s an epic resource. - http://amp.gs/XYJk
#javascript
WebKit
Speculation in JavaScriptCore
This post is all about speculative compilation, or just speculation for short, in the context of the JavaScriptCore virtual machine.