tech/webdev magazine

March 23, 2025

Web Components Vs. Framework Components: What’s The Difference?

Sunday, March 23, 2025 Teklinks

Some critics question the agnostic nature of Web Components, with some even arguing that they are not real components. Gabriel Shoyomboa explores this topic in-depth, comparing Web Components and framework components, highlighting their strengths and trade-offs, and evaluating their performance.

Full article

Writing static websites with Vite and React

Sunday, March 23, 2025 Teklinks

In this post, I talk about vite-ssg-react, which is an attempt to configure Vite so that we may use React to write static websites. E.g.: Vite is an awesome bootstrapping tool, but the assumed use case is that you're writing a SPA.

Full article

Introducing command and commandfor

Sunday, March 23, 2025 Teklinks

Buttons are essential to making dynamic web applications. Buttons open menus, toggle actions, and submit forms. They provide the foundation of interactivity on the web. Making buttons simple and accessible can lead to some surprising challenges.

Full article

March 21, 2025

React Trends in 2024

Friday, March 21, 2025 Teklinks

The year 2024 got me excited about React's ecosystem again. Despite the various challenges and dramas (the biggest one of them moving React to the server with React Server Components) we had last year, there are emerging React trends that everyone should have on their watchlist.

Full article

Next.js vs TanStack

Friday, March 21, 2025 Teklinks

See this post for inspiration. Over the past few months, I’ve moved as much code as possible away from Next.js. While I see why people are attracted to it and its growing ecosystem, I am no longer sipping the KoolAid.

Full article