WeSearch

I built a React component library with Tailwind v4, Framer Motion & typed hooks

·6 min read · 0 reactions · 0 comments · 3 views
I built a React component library with Tailwind v4, Framer Motion & typed hooks

3 weeks ago I started building yet another component library. I know, I know. The world doesn't need...

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 670173) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Shubham Tiwari Posted on Apr 30 I built a React component library with Tailwind v4, Framer Motion & typed hooks #javascript #webdev #tutorial #react 3 weeks ago I started building yet another component library. I know, I know. The world doesn't need another one. But hear me out — I had a specific itch I couldn't scratch with what was already out there, and after shipping 25+ components, a set of headless hooks, and a full typography system, I think it was worth it.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)