A fork of Simple Time Tracker with WearOS support. (Now integrated upstream)
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

Remember Functions#

A package of remember functions for usage in other Composables.

If you have worked with ReactJS, this package will remind you of React Hooks.

Essentially, these remember functions are reusable chunks of logic that can be plugged into and shared between multiple Composables.

They contain zero UI/rendering code. Rather they focus on wrapping reasonably complex chunks of logic (e.g. fetching data from a remote source) for easy consumption by a UI element.