Extract sidebar component #59
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
puregarlic/microclimate#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The channels sidebar should be set up as its own component, instead of importing all the individual parts into the
home.tsxfile.As discussed, we should also move the instance of the sidebar out of
home.tsxand into the layout component for server-specific routes. I've verified that we can indeed executeclientLoaderfunctions from layout files, so we'll want to move theget_channelsinvocation into the layout. It would be a good opportunity to provide aHydrateFallbackfunction leveraging theSidebarSkeletoncomponent.