Elevate fire event page in prep for merge #502
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As per conversation on #490 (and #485), the event firing utilities are largely universal and independent of the testing library family products they're imported into
This PR moves the existing Fire Event page from its nested folder in DOM Testing Library to the top level in preparation for it to be merged with the docs from User Event
@MatanBobi had begun working on #485 so I followed his model for the page structure to keep things consistent
This PR includes a 301 Redirect which, assuming I implemented it correctly, will cover all traffic going to the original Fire Event page and make this a non-breaking change
I'm interested in any feedback or pushback with the goal of being able to migrate the docs from User Event to this repository in short order