-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
What docs page needs to be fixed?
introduction / getting started # create react redux app
What is the problem?
It says
We do not currently have official React Native templates, but recommend these templates for standard React Native and for Expo:
https://github.com/rahsheen/react-native-template-redux-typescript
https://github.com/rahsheen/expo-template-redux-typescript
But in the Templates Repo there are templates for both react-native and expo
What should be changed to fix the problem?
I don't know the whole situation but I think that we should remove the suggestion to use this external repo (which was updated 3 years) ago and instead add a list of all templates that we have in the redux templates repo.
Which is conviently already located in the README of the templates repo
vite-template-redux
: Vite, with TypeScriptcra-template-redux-typescript
: Create-React-App, with TypeScriptcra-template-redux
: Create-React-App, with JavaScriptexpo-template-redux
: Expo, with TypeScriptrtk-app-structure-example
: A standalone example of a Redux Toolkit
BTW I'm new to redux and don't know if this should be done or not (I can add this change and make a pull request if it needs to be done)