writing / renderg.host
Thoughts on design strategy, product design, and building better products.
{loading &&
Loading posts...}
{error &&
Error loading posts: {error}}
{!loading && !error && (!documents || documents.length === 0) && (
No posts found.
)}
{!loading && !error && documents && documents.length > 0 && (
{documents.map((doc, index) => (
<>
{index < documents.length - 1 &&
}
>
))}
)}
← Back to Home