Last 12 weeks · 0 commits
3 of 6 standards met
This PR addresses the issue #16. This pull request adds support for the event handler in the component of Next.js. Previously, the prop was not available in the component, but with this change, developers can now provide a custom function to handle click events on the component. This enhancement improves the flexibility and functionality of the component in Next.js.
Repository: vercel/react-transition-progress. Description: Show a progress bar while React Transitions run Stars: 321, Forks: 27. Primary language: TypeScript. Languages: TypeScript (100%). License: MIT. Homepage: https://react-transition-progress.vercel.app Topics: react, reactjs. Open PRs: 5, open issues: 10. Last activity: 8mo ago. Community health: 62%. Top contributors: timneutkens, carloitaben, korsvanloon, hyesungoh, michaellopez, floguo.
TypeScript
It appears that the pending state does not work for redirects issued from an RSC. The transition indicates that it is completed when the redirect begins: https://github.com/user-attachments/assets/e470392f-a337-40ab-afc2-5db0c49cac62 See reproduction here: https://github.com/vercel/react-transition-progress/pull/24 Any possible solutions?