Tag: Design

Getting AI to build your React components

September 20, 2023 By Mark Otto 0

v0: ‘An AI Tool That’s Effectively Midjourney for React’ — An interesting experiment from Vercel where you can submit prompts like “a pricing page for a SaaS” or “a contact form” and it returns copy-and-paste friendly shadcn/ui + Tailwind CSS code for React apps. It’s…

College Student’s Guide to Mobile App Development: From Idea to App Store

August 18, 2023 By Mark Otto Off

In our increasingly digital world, apps have transcended mere entertainment or task management tools. They’ve become symbols of innovation, entrepreneurial spirit, and imaginative flair. Amidst the tech-driven wave, many college students are shifting from being mere spectators to proactive innovators. If you’re a student who’s…

The Node.js best practices list gets a 2023 update

July 25, 2023 By Mark Otto 0

The Node.js Best Practices List: 2023 Edition — A valuable, long standing resource has been “modernized to 2023 standards” (complete with recommendations of more modern libraries) with lots of work by creator Yoni and an ever growing team of contributors. The topics remain the same,…

Happy birthday to React

May 31, 2023 By Mark Otto 0

▶  Celebrating 10 Years of React — Grab yourself a slice of cake, React is 10 years old. As part of the celebrations, Vercel’s Delba de Oliveira ▶️ hosted a ‘roundtable’ discussion (though the table itself has taken the day off ????) with Andrew Clark and…

Playwright now offers a UI mode

March 24, 2023 By Mark Otto Off

Speeding Up the JavaScript Ecosystem: npm Scripts — The latest in what has been a fascinating series on finding ‘low hanging fruit’ when it comes to performance in the JavaScript world. The author explains it best himself: “‘npm scripts’ are executed by JavaScript developers ……

Were React hooks a mistake? Take 2.

March 8, 2023 By Mark Otto 0

Why You Should Use a React ‘Framework’ — Whether it’s Next.js, Gatsby, Remix, or something else, using a bigger framework that itself uses React is de rigueur in 2023. Lee examines why, complete with a nice iceberg metaphor, and does a good job of boiling…