dillon1000/react
Commit
Browse files Nesting Fixture (#19531)
* Nesting Fixture * Add README to nesting fixture * Apply suggestions from code review Co-authored-by: Ricky <[email protected]> * Fixes * Add Redux * Use different versions * Use Consumer API * Rename helper * Write docs * Update README.md * Update README.md Co-authored-by: Rick Hanlon <[email protected]>
Changed paths20 files
First-parent comparisonfixtures/nesting/.env AddedA fixtures/nesting/.eslintignore AddedA fixtures/nesting/.gitignore AddedA fixtures/nesting/README.md AddedA fixtures/nesting/package.json AddedA fixtures/nesting/public/index.html AddedA fixtures/nesting/src/index.js AddedA fixtures/nesting/src/legacy/Greeting.js AddedA fixtures/nesting/src/legacy/createLegacyRoot.js AddedA fixtures/nesting/src/legacy/package.json AddedA fixtures/nesting/src/modern/AboutPage.js AddedA fixtures/nesting/src/modern/App.js AddedA fixtures/nesting/src/modern/HomePage.js AddedA fixtures/nesting/src/modern/index.js AddedA fixtures/nesting/src/modern/lazyLegacyRoot.js AddedA fixtures/nesting/src/modern/package.json AddedA fixtures/nesting/src/shared/Clock.js AddedA fixtures/nesting/src/shared/ThemeContext.js AddedA fixtures/nesting/src/shared/useTime.js AddedA fixtures/nesting/src/store.js AddedPatch
Files changed
Rendering syntax-highlighted changes…