You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! Thought I'd let you know that I just released svelte-mainloop. I've been using MainLoop.js for years in various projects, and have slowly been building a larger wrapper for it that I thought others might find useful.
It handles function registration and cleanup, and lets you join and leave the loop with a single component. It also provides some debugging info and tools, exposes all of the standard mainloop.js functionality, is fully typed, and provides inline documentation through intellisense.
Thought I should let you know. This is the first npm library I've ever released, so feel free to let me know if I missed something important, or if any part of my library does a mainloop booboo, and I'll fix it up.
Cheers! :)
Edit: Should say thankyou for making MainLoop!
The text was updated successfully, but these errors were encountered:
Hi there! Thought I'd let you know that I just released
svelte-mainloop
. I've been using MainLoop.js for years in various projects, and have slowly been building a larger wrapper for it that I thought others might find useful.It handles function registration and cleanup, and lets you join and leave the loop with a single component. It also provides some debugging info and tools, exposes all of the standard mainloop.js functionality, is fully typed, and provides inline documentation through intellisense.
Links:
Thought I should let you know. This is the first npm library I've ever released, so feel free to let me know if I missed something important, or if any part of my library does a mainloop booboo, and I'll fix it up.
Cheers! :)
Edit: Should say thankyou for making MainLoop!
The text was updated successfully, but these errors were encountered: