wouter icon indicating copy to clipboard operation
wouter copied to clipboard

🥢 A minimalist-friendly ~2.1KB routing for React and Preact

Results 57 wouter issues
Sort by recently updated
recently updated
newest added

Fixes #393. Relates to https://github.com/molefrog/wouter/pull/391.

## Issue - I am using Wouter/React/Vite. - When using ``, it seems the incorrect route is matched for 1 frame when using the browser back button. - Even though...

Hi. I previously set up a few of routes with prefixes, like ```jsx ``` After upgrading to v3, all of them are routed to the project page. Any plan to...

Hono has a client components system, and is very similar to React but much more smaller. https://hono.dev/guides/jsx-dom#client-components

feature

I'm developing an app where I need to prevent "back button" in some cases, (e.g.: when I'm editing a form and I click back button I should receive a confirmation...

feature

When using memory location for testing purposes, query params returned by `useSearch` are ignored: ```jsx import { render, screen } from '@testing-library/react'; import { Router, useSearch, useLocation } from 'wouter';...

feature

How to reproduce: 1. Create a web-server and render wouter app with `` 2. On the client-side render your app wrapped in just `` 3. You will see the hydration...

bug