reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.94k stars 15.27k forks source link

Change UserPage.ts to UserPage.tsx #4727

Closed mattbal closed 3 months ago

mattbal commented 3 months ago

What docs page needs to be fixed?

https://redux.js.org/tutorials/essentials/part-6-performance-normalization#adding-user-pages

What is the problem?

The code block for UserPage is titled features/users/UserPage.ts instead of features/users/UserPage.tsx

What should be changed to fix the problem?

Change the extension to be .tsx