# react starter kit

Published articles for react starter kit.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Migrating to Laravel with Lenny the Larva. The Artisan of the Day Is Dave Kiss.

DevFeed: [Migrating to Laravel with Lenny the Larva. The Artisan of the Day Is Dave Kiss.](<https://devfeed.tech/articles/migrating-to-laravel-with-lenny-the-larva-the-artisan-of-the-day-is-dave-kiss-3881.md>)

Original publisher: [Read original article](<https://laravel.com/blog/migrating-to-laravel-with-lenny-the-larva-the-artisan-of-the-day-is-dave-kiss>)

Author: Ana Tavares

Published: 2025-08-15T09:42:25Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [React](<https://devfeed.tech/topics/react.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Frameworks](<https://devfeed.tech/topics/frameworks.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [javascript](<https://devfeed.tech/tags/javascript.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [migration](<https://devfeed.tech/tags/migration.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [react](<https://devfeed.tech/tags/react.md>), [react-starter-kit](<https://devfeed.tech/tags/react-starter-kit.md>), [server-sent-events](<https://devfeed.tech/tags/server-sent-events.md>), [switching](<https://devfeed.tech/tags/switching.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

Dave Kiss presents a Next.js-to-Laravel migration using Mux's video guestbook project as a real-world example. The article highlights Inertia.js, Laravel's built-in solutions for forms and server-sent events, starter kits, and Wayfinder's generation of TypeScript route definitions.

### Source excerpt

Dave Kiss shows that switching frameworks doesn't have to be scary, and walks through a Next.js to Laravel migration in the company of Lenny the larva.

## How to start a React Project \[2025\]

DevFeed: [How to start a React Project \[2025\]](<https://devfeed.tech/articles/how-to-start-a-react-project-2025-18979.md>)

Original publisher: [Read original article](<https://www.robinwieruch.de/react-starter/>)

Author: Robin Wieruch

Published: 2025-02-11T05:52:46Z

Content type: tutorial

Language: en

Sources: [Robin Wieruch](<https://devfeed.tech/sources/robin-wieruch.md>)

Topics: [React](<https://devfeed.tech/topics/react.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>), [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Framework](<https://devfeed.tech/topics/framework.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [developers](<https://devfeed.tech/tags/developers.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [react](<https://devfeed.tech/tags/react.md>), [react-starter-kit](<https://devfeed.tech/tags/react-starter-kit.md>), [react-starter-project](<https://devfeed.tech/tags/react-starter-project.md>), [vite](<https://devfeed.tech/tags/vite.md>)

### AI overview

This tutorial reviews ways to start a new React project and compares their advantages, disadvantages, required skill level, and available features. It explains Vite as a lightweight, fast option with client-side rendering by default and opt-in server-side rendering.

### Source excerpt

React starter kits (Vite, Next, Astro, Remix, React Router) which help React developers to start a React project in 2025 ...