Notes from building Voicebox.
The story behind the project, what's shipping next, and the occasional look under the hood.
{posts.length === 0 ? (Nothing published yet.
) : (-
{posts.map((post) => (
-
{formatDate(post.date)}
{post.readingMinutes} min read
{post.title}
{post.excerpt ? ({post.excerpt}
) : null} {post.tags.length > 0 ? ({post.tags.map((tag) => ( {tag} ))}) : null}
))}