This is not a core part of ember-resources, but is a useful utility when working with Resources. This utility is still under the broader library's SemVer policy. Additionally, the "Cell" is a core concept in Starbeam. See Cells in Starbeam
Small state utility for helping reduce the number of imports
when working with resources in isolation.
The return value is an instance of a class with a single
@tracked property, current. If current is a boolean,
there is a toggle method available as well.
This is not a core part of ember-resources, but is a useful utility when working with Resources. This utility is still under the broader library's SemVer policy. Additionally, the "Cell" is a core concept in Starbeam. See Cells in Starbeam
Small state utility for helping reduce the number of imports when working with resources in isolation.
The return value is an instance of a class with a single
@tracked
property,current
. Ifcurrent
is a boolean, there is atoggle
method available as well.For example, a Clock:
Additionally, cells can be directly rendered: