manupadev's profile picture. Fullstack Developer | Technical Consultant | Typescript ReactJS NextJS

Manupa

@manupadev

Fullstack Developer | Technical Consultant | Typescript ReactJS NextJS

ปักหมุด

My blog on shadcn/ui developed by the brilliant design engineer @shadcn is finally here. A technical analysis of tools, techniques and best practices that made it the most loved component library of 2023. manupa.dev/blog/anatomy-o… #buildinpublic #nextjs #React


Manupa รีโพสต์แล้ว

The main “bubble” in AI is people over-estimating how widely distributed and implemented AI is. The ceiling is still insanely high. Analysts get excited about low level infrastructure: chips, GPUs, datacenter buildouts. Misplaced. There’s already enough intelligence to reinvent…


Manupa รีโพสต์แล้ว

My most controversial take: While most people think the software creation will be automated with ai tomorrow, I actually think everything else (marketing, operations, sales…) will be automated first/soon…while the software creation will still be done by humans (100xed with AI)…


Manupa รีโพสต์แล้ว

The components are ready. Docs written. Human testing done. I've now sent them to @v0 to try and break.

shadcn's tweet image. The components are ready. Docs written. Human testing done. I've now sent them to @v0 to try and break.

Ran into a very weird issue with Prisma and Supabase today while running a migrate dev. Any pointers ? @sorenbs @supabase

manupadev's tweet image. Ran into a very weird issue with Prisma and Supabase today while running a migrate dev. Any pointers ? 

@sorenbs  @supabase

Manupa รีโพสต์แล้ว

Recently bought a MacBook M3. Here’s 15 settings & customizations I did to make M3 look and feel amazing - Updated the OS to macOS 15 Sequoia - Switched to More Space display for a sleeker, roomier screen - Enabled Tap to Click for smoother trackpad interaction (Part 1)

DilsharaHA's tweet image. Recently bought a MacBook M3. Here’s 15 settings & customizations I did to make  M3 look and feel amazing

-  Updated the OS to macOS 15 Sequoia

- Switched to More Space display for a sleeker, roomier screen

- Enabled Tap to Click for smoother trackpad interaction

(Part 1)

This is gonna be huge

ok this is coming

thdxr's tweet image. ok this is coming


Manupa รีโพสต์แล้ว

Geist is now available on Google¹ Fonts. Which means...


Manupa รีโพสต์แล้ว

RSC is a serialization protocol for UI. The most salient and well-understood feature being that it can encode <Components />. But you can also use with `Promise`s of data, which crucially get streamed on the first roundtrip. What a time to be alive.

Passing a promise from a server component to a client component

sujjeeee's tweet image. Passing a promise from a server component to a client component


Manupa รีโพสต์แล้ว

This is why you have fully featured, styled, and copy-pastable solutions that are built on top of those unstyled component libraries. For example, Tailwind Catalyst, React Aria Components, and shadcn/ui. They allow you to start quickly and focus on the core problem you're solving…


Sama has finally stopped edging us and have finally dropped Strawberry🍓 it seems.

We're releasing a preview of OpenAI o1—a new series of AI models designed to spend more time thinking before they respond. These models can reason through complex tasks and solve harder problems than previous models in science, coding, and math. openai.com/index/introduc…



Manupa รีโพสต์แล้ว

Beautiful new Stripe dev site. Built with Next.js! FORGET ABOUT REMIX SELL SELL SELL Seems like it's entirely pages router + SSG (static site gen) Hosted on Vercel

wesbos's tweet image. Beautiful new Stripe dev site. 

Built with Next.js! FORGET ABOUT REMIX SELL SELL SELL

Seems like it&apos;s entirely pages router + SSG (static site gen)

Hosted on Vercel

Just got my ticket for @nextjs Conf — claim yours! nextjs.org/conf/ticket/hz…


Help with multiple prisma clients in a turbo monorepo With the original Prisma setup in my production turborepo with 2 nextjs projects I, ran into an issue where after postinstall prisma generate overwrote each other iniside the node_modules . Therefore I found my exact…


Innovation and iteration and long term stability and maintainability are two sides of the same coin.

People love to pretend that innovation and iteration is somehow at odds with long term stability and maintainability. It's not. Most frameworks that you work with do both quite well, and saying that "X framework doesn't change" or "Y framework changes too often" is doing…



Manupa รีโพสต์แล้ว

To sum up, React Server Components are actually extremely simple and cool in practice. They are "just react components" that are crossing the server/client threshold in an invisible and seamless way. I think this is why they are 100% worth investing in long term. However, they…


Manupa รีโพสต์แล้ว

one interesting nugget: every single metaframework's 'retention' score fell from 2022 — even Astro, which pipped SvelteKit to the top spot (congrats friends!). lots of plausible explanations but it feels like none of us are quite meeting people's expectations. work to be done.

Rich_Harris's tweet image. one interesting nugget: every single metaframework&apos;s &apos;retention&apos; score fell from 2022 — even Astro, which pipped SvelteKit to the top spot (congrats friends!). lots of plausible explanations but it feels like none of us are quite meeting people&apos;s expectations. work to be done.

Manupa รีโพสต์แล้ว

after all these years svelte continues to be the most _interesting_ framework, by a considerable margin, and the one with the lowest negative sentiment never want to rest on our laurels but we are clearly doing something right!

Rich_Harris's tweet image. after all these years svelte continues to be the most _interesting_ framework, by a considerable margin, and the one with the lowest negative sentiment

never want to rest on our laurels but we are clearly doing something right!

Svelte keeps it high rating in the latest State of JS survey! Amongst the top for overall positivity, both in the frameworks and meta frameworks category.

dummdidumm_'s tweet image. Svelte keeps it high rating in the latest State of JS survey! Amongst the top for overall positivity, both in the frameworks and meta frameworks category.


Manupa รีโพสต์แล้ว

Love Tailwind, but I don't want it in the browser. - Tailwind's CSS is already quite small - Tailwind is still a changing "standard", the creators shouldn't be locked into browser specs - Competition is growing, this would pick a winner

Proposal: Browsers should start shipping built in Tailwind support — enabled via meta tag. I’m not a big Tailwind fan, even though I have adopted it. I preferred the cascade — but thats OK. I have adopted lots of tools and practices over the years that weren’t my personal…



Manupa รีโพสต์แล้ว

Next is an absolute dream, amazing framework—if you’re building an eCommerce site, blog, etc. For web apps … it’s _still_ outstanding, assuming react-query is there to help. React working with libraries like RQ benefits both sides 🤝

Proposal: Browsers should start shipping built in Tailwind support — enabled via meta tag. I’m not a big Tailwind fan, even though I have adopted it. I preferred the cascade — but thats OK. I have adopted lots of tools and practices over the years that weren’t my personal…



Manupa รีโพสต์แล้ว

Great read by @manupadev for designers, curious about the work that goes into building flexible, accessible components, like those in ⁦@shadcn⁩ ui. Broken down brilliantly with some gd vocab e.g “style” vs “structure n behaviour” layers. manupa.dev/blog/anatomy-o…


Loading...

Something went wrong.


Something went wrong.