We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff3319 commit cc516f7Copy full SHA for cc516f7
readme.md
@@ -31,4 +31,22 @@ Welcome to suggest and contribute.
31
32
# Discussion
33
34
-[To discord https://discord.gg/4exxtFgkcz](https://discord.gg/4exxtFgkcz)
+[To discord https://discord.gg/4exxtFgkcz](https://discord.gg/4exxtFgkcz)
35
+
36
+# Recommend packages
37
38
+## recursive-free
39
40
+> [Github](https://github.com/facing-dev/recursive-free)
41
42
+> Make your recursive-like functions leave stack overflow.
43
44
+* Simulate function stack to void stack overflow in recursive-like functions.
45
+* High performance implemented by JavaScript Map.
46
47
48
+### @facing/event-bus
49
50
+> [Github](https://github.com/facing-dev/event-bus)
51
52
+> Event bus JavaScript implementation
0 commit comments