Intro - Deepstash

Explore the World's Best Ideas

Join today and uncover 100+ curated journeys from 50+ topics. Unlock access to our mobile app with extensive features.

Intro

Intro

Thread. You can think of a thread as a set of instructions to be executed by the CPU. A thread is a component of a process.

Process. A process is a program that is running. For example, the browser (perhaps Google Chrome, Safari, or Firefox) you are using to view this article is a process.

8

108 reads

MORE IDEAS ON THIS

Solution Animation + Data Flow

Solution Animation + Data Flow

Imagine having a like animation and a counter. When the like is pressed the counter should increment.

A person using the interface doesn’t know about how data flux is designed, what is a network request. The person just expects the heart to be colored immediately.

As React Native is s...

7

46 reads

React Native is Multi-Processed

React Native is Multi-Processed

Instead of running multiple threads, React Native runs multiple processes. 3 main processes run in React Native. (Even if they are called threads)

  1. UI Thread
  2. JS Thread
  3. Render Thread / Shadow Tree

7

34 reads

Single-Threaded vs Multi-Threaded

Single-threaded means that a process is designed to have only one thread of execution. This means only one set of instructions executes at once.

Multi-threaded means that a process has two or more threads. So it can execute multiple instructions simultaneou...

7

27 reads

React Native is Single-Threaded

Because React Native is single-threaded, if you have a process that has many responsibilities, you can have performance problems. Imagine you have a process responsible for rendering a video on the screen and a live feed of comments on the video. The video rendering could block the live feed from...

7

28 reads

One Application - Multiple Processes

One Application - Multiple Processes

Every process has one or more threads. And a program can actually be made up of many processes. In the example above, you’ll notice that it says Google Chrome (44). This means that Google Chrome is actually running 44 different processes. Processes in a single pr...

7

21 reads

Problem With Animations

Problem With Animations

If animation run on JS Thread then for each frame the JS Thread will send serialized data on Bridge to the UI Thread. This will result in something similar with real life traffic jam where we have the bridge and the cars(code for each frame).

In addition of this imagine also doing a networ...

7

17 reads

CURATED FROM

IDEAS CURATED BY

sabin

Building @deepstash

TL;DR how threading is working in React Native and the solution of handling data flux for a like button and its counter

Other curated ideas on this topic:

Firefox: Privacy Related "about:config" Tweaks

Firefox: Privacy Related "about:config" Tweaks

This is a collection of privacy-related about:config tweaks. We'll show you how to enhance the privacy of your Firefox browser on desktop.

Preparation:

  1. Enter "about:config" in the firefox address bar and press enter.
  2. Press the button "Accept the Risk and Continue" [FF71+...

Focus on Systems Instead of Goals

Focus on Systems Instead of Goals

Most goals are out of our control. We have limited control to reach them. In a system, your focus is on all the parts that you do control. And system is a fancy word for “repeatable process”.

For example: running a marathon is a goal, running 4 days a week for 30 minutes is...

<p>Serverless functions save d...

Serverless functions save developers a ton of trouble managing the backend infrastructure. It also simplifies the development process as developers only need to focus on the business logic. This article is a step-by-step guide on how to write and deploy your own WebAssembly serverless functions o...

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Personalized microlearning

100+ Learning Journeys

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates