vault-developer / event-loop-explorer

Event Loop Explorer: visualise javascript code execution in a browser environment
https://vault-developer.github.io/event-loop-explorer/
MIT License
61 stars 13 forks source link

Add guides to explain how the sample code snippets are run #17

Open Shaiq1217 opened 5 days ago

Shaiq1217 commented 5 days ago

I feel that we can add guides to explain what exactly is happening under the hood in the example code snippets step by step. By adding step by step explanations and linking them to the relevant code snippets it would make it easier for users to understand the exact mechanism. Right now, the assumption is that there is a basic understanding of event loops, task queues and callbacks. Adding a guide would help bridge this gap.

vault-developer commented 4 days ago

Hey @Shaiq1217 thank you for creating the issue! I agree, it might be beneficial to give more details for users without prior knowledge of the event loop mechanism. If you have a particular idea on how to implement it better (or even if you want to do it) let's discuss it! Otherwise, we can keep this issue opened with a "help wanted" tag.