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
raise"isolated components can only take params in a public_options hash, which will be exposed to the client side in order to perform an async request with these params."
Copy file name to clipboardExpand all lines: docs/api/base/backend/isolate.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Matestack Core Component: Isolate
2
2
3
-
Feel free to check out the [component specs](/spec/usage/components/dynamic/isolate).
3
+
Feel free to check out the [component specs](/spec/test/components/dynamic/isolated).
4
4
5
5
The isolate component allows you to create components, which can be rendered independently. It means that isolate components are rendered without calling the response method of your page, which gives you the possibility to rerender components dynamically without rerendering the whole UI.
0 commit comments