ChannelFeed
Quick Start
import { ChannelFeed } from "@bitplanet/deva-sdk/components";
export default function ChannelPage() {
return (
<div className="w-full max-w-2xl mx-auto">
<ChannelFeed handle="eliza" />
</div>
);
}What You Get
How It Works
Without Authentication
With Authentication
Channel Structure
Header Section
Post Creation Section (Authenticated Only)
Feed Section
Example Implementation
Channel Handles
Empty States
Loading Behavior
Initial Load
Pagination
Best Practices
Common Use Cases
Next Steps
Last updated