[Docs] Template suggestion for expo and react native in getting started page
What docs page needs to be fixed?
introduction / getting started # create react redux app
- Section: create react redux app
- Page: https://redux.js.org/introduction/getting-started
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)
Yeah, a PR would be great, thank you!
Here:
# (using the `degit` tool to clone and extract the template)
npx degit reduxjs/redux-templates/packages/vite-template-redux my-app
Should I also replace degit with tiged to clone the template because degit is no longer being maitained tiged is the communigy fork that is being actively maintained
GitHub links
tiged - last commit 4 months ago degit - last commit 4 years ago
NPM Links
https://npmjs.com/package/degit https://npmjs.com/package/tiged