Getting started
React Native Worklets is a library that allows you to run JavaScript code in parallel on multiple threads and runtimes.
Glossary of terms
Worklet
Runtime kinds
Worklets library differentiate between two types of runtimes - React Native Runtime and Worklet Runtimes. Worklet Runtimes are further divided into UI Runtime and Worker Runtimes.