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
The simplest way to implement this change is a global search and replace in your project.
64
64
65
-
## There is a new concept of a base `HyperComponent` and `HyperStore` base class
65
+
## There is a new concept of a base HyperComponent and HyperStore base class
66
66
67
67
In Hyperloop, all Components and Stores inherited from a base `Hyperloop::Component` class. In HyperStack (following the new Rails convention), we do not provide the base class but encourage you to create your own. This is very useful for containing methods that all your Components share.
0 commit comments