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
@@ -31,10 +32,57 @@ There is already a great pool of [svelte actions collected by Shawn and other co
31
32
32
33
- Shawn's project aims to be a source for RFCs into `svelte`; I believe the stuff I am putting here should stay in user land.
33
34
- I prefer having separate packages for their dedicated purposes (instead of one package that exports everything).
34
-
- I want to include more than just actions in this collection.
35
+
- I want to incrementally include more than just actions in this collection.
35
36
36
37
For those reasons, a monorepo seems like a good fit, hence this project.
37
38
39
+
<details>
40
+
<summary>Why the name "svelte-put"?</summary>
41
+
42
+
Because I needed to come up quickly with a name short enough & easy to remember, and it was late at night as my creativity was running low. `use` was the first option but no longer available in the npm registry. `put` came up next in mind and I stuck with it...
43
+
44
+
</details>
45
+
46
+
## Playground
47
+
48
+
If you want to play around to see what's available before trying anything. Follow these steps:
0 commit comments