diegohaz / diegohaz/rolldown-plugin-react-forward-ref
Add plugin hook filter to `transform` function
Open
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- Avg merge
- 23m
- Merged PRs (30d)
- 7
Description
Hey 👋
I saw that the custom `transform` hook does not use a hook filter yet which would improve build perf as it reduces the amount of JS <> Rust comms overhead.
See also https://github.com/e18e/ecosystem-issues/issues/171
Contributor guide
Research direction
Locate the custom transform hook in the TypeScript plugin and read the linked ecosystem issue #171 first. Confirm the hook filter applies to transform processing, while preserving React ref-prop transformation and reducing unnecessary JS ↔ Rust communication.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100