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
Copy file name to clipboardExpand all lines: README.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,36 @@ What you could load using `useImported`? Everything - `imported` itself is using
174
174
175
175
> 💡 did you know that there is another hook based solution to load _"something might might need"_? The [use-sidecar](https://github.com/theKashey/use-sidecar) pattern.
176
176
177
+
🤔 Keep in mind - __everything here is using `useImported`__, and __you can build whatever you need__ using just it.
178
+
179
+
### Module
180
+
A slim helper to help handle `modules`, you might require using `useImported` in a component way
0 commit comments