All Projects → andrewiggins → react-suspense-sandbox

andrewiggins / react-suspense-sandbox

Licence: ISC license
A sandbox for playing around with React suspense

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-suspense-sandbox

Groovy Sandbox
(Deprecated) Compile-time transformer to run Groovy code in a restrictive sandbox
Stars: ✭ 104 (+550%)
Mutual labels:  sandbox
Cmulator
Cmulator is ( x86 - x64 ) Scriptable Reverse Engineering Sandbox Emulator for shellcode and PE binaries . Based on Unicorn & Zydis Engine & javascript
Stars: ✭ 197 (+1131.25%)
Mutual labels:  sandbox
Firecracker
Secure and fast microVMs for serverless computing.
Stars: ✭ 16,826 (+105062.5%)
Mutual labels:  sandbox
Pafish
Pafish is a testing tool that uses different techniques to detect virtual machines and malware analysis environments in the same way that malware families do
Stars: ✭ 2,026 (+12562.5%)
Mutual labels:  sandbox
Flying Sandbox Monster
Sandboxed, Rust-based, Windows Defender Client
Stars: ✭ 158 (+887.5%)
Mutual labels:  sandbox
Vm2
Advanced vm/sandbox for Node.js
Stars: ✭ 2,738 (+17012.5%)
Mutual labels:  sandbox
Js Interpreter
A sandboxed JavaScript interpreter in JavaScript.
Stars: ✭ 1,296 (+8000%)
Mutual labels:  sandbox
Tools
Combination of different utilities, have fun!
Stars: ✭ 166 (+937.5%)
Mutual labels:  sandbox
Mysql Sandbox
Quick and painless install of one or more MySQL servers in the same host.
Stars: ✭ 176 (+1000%)
Mutual labels:  sandbox
X11docker
Run GUI applications and desktops in docker and podman containers. Focus on security.
Stars: ✭ 3,797 (+23631.25%)
Mutual labels:  sandbox
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (+768.75%)
Mutual labels:  sandbox
Gvisor
Application Kernel for Containers
Stars: ✭ 12,012 (+74975%)
Mutual labels:  sandbox
The Powder Toy
Written in C++ and using SDL, The Powder Toy is a desktop version of the classic 'falling sand' physics sandbox, it simulates air pressure and velocity as well as heat.
Stars: ✭ 3,128 (+19450%)
Mutual labels:  sandbox
Mba
Malware Behavior Analyzer
Stars: ✭ 125 (+681.25%)
Mutual labels:  sandbox
rhino
Agile Sandbox for analyzing Windows, Linux and macOS malware and execution behaviors
Stars: ✭ 49 (+206.25%)
Mutual labels:  sandbox
Shill
Scripting with Least Privilege
Stars: ✭ 93 (+481.25%)
Mutual labels:  sandbox
Possumwood
Possumwood is a graph-based procedural authoring tool, in concept not dissimilar to popular CG packages like Houdini, Blender or Maya. It is intended to serve as a sandbox for computer graphics algorithms and libraries, providing a user-friendly and coding-free UI for libraries that would otherwise be inaccessible for an average user.
Stars: ✭ 197 (+1131.25%)
Mutual labels:  sandbox
bpfbox
🐝 BPFBox 📦 Exploring process confinement in eBPF
Stars: ✭ 93 (+481.25%)
Mutual labels:  sandbox
dockerfiles
🐳 Dockerfiles for Nette Framework. Nette in Docker. (@nette)
Stars: ✭ 15 (-6.25%)
Mutual labels:  sandbox
Ioing
Implement the solutions of performance improvement and componentization for your SPA (single page application) products with this Progressive Web App Development Engine.
Stars: ✭ 224 (+1300%)
Mutual labels:  sandbox

React Suspense Sandbox

A sandbox for playing around with React suspense

See the READMEs for each folder in src/ for a description of each sandbox in this repo

Getting started

  1. Install NodeJS
  2. Run npm install
  3. Run npm start
  4. Navigate your browser to localhost:8080/src/fiber/index.html
  5. Open the browser devtools to the Console tab
  6. Click on some buttons on the webpage to see a function trace through React

Image of browser console showing a React function trace

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].