Best of ViteApril 2025

  1. 1
    Article
    Avatar of lnLaravel News·1y

    Laravel Wayfinder Public Beta

    Laravel Wayfinder is a new first-party package that bridges routes between the Laravel backend and TypeScript frontend, allowing for automatic TypeScript function generation for controllers and routes. The package simplifies the process of consuming Laravel routes on the front end by eliminating the need for hardcoded URLs and manual syncing of backend changes. It integrates with Vite for automatic updates and supports both Inertia and conventional forms.

  2. 2
    Article
    Avatar of twirThis Week In React·1y

    This Week In React #229: React Conf, React Router, Next.js Adapters, Redwood, Apollo, Fastify, Vite, Waku

    This week's React newsletter covers major highlights including the announcement of React Conf 2025, the release of React Native 0.79 with significant performance improvements, and the official support for Next.js deployment adapters by Vercel. Additionally, RedwoodJS introduces RedwoodSDK, Fastify releases a new React integration package, and Apollo Client's integration for Next.js becomes stable. The newsletter also features updates on various tools and libraries in the React ecosystem such as React Router, Vite, and Tailwind CSS.

  3. 3
    Article
    Avatar of reactReact·1y

    React Compiler RC – React

    React Compiler Release Candidate (RC) has been launched, offering optimizations via automatic memoization and support for optional chains and array indices as dependencies. Improvements include merging eslint-plugin-react-compiler with eslint-plugin-react-hooks for simpler setup and experimental support from swc and oxc. The RC is safe for production usage and backward compatible with React 17 and higher. Users are encouraged to provide feedback during the RC period, with continuous testing recommended for smooth upgrades.