cont watching is using the nonSuspense access to the store (as does bookmarks in Slide) to avoid any render blocking due to accessing the zustand store. Currently testing this. Question is if continue watching should be accessed via IO like the carousels and then allow it to useSuspense. Think about it.
cont watching is using the nonSuspense access to the store (as does bookmarks in Slide) to avoid any render blocking due to accessing the zustand store. Currently testing this. Question is if continue watching should be accessed via IO like the carousels and then allow it to useSuspense. Think about it.