redux icon indicating copy to clipboard operation
redux copied to clipboard

[Docs] Template suggestion for expo and react native in getting started page

Open anurag-verma-india opened this issue 4 months ago • 2 comments

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 TypeScript
  • cra-template-redux-typescript: Create-React-App, with TypeScript
  • cra-template-redux: Create-React-App, with JavaScript
  • expo-template-redux: Expo, with TypeScript
  • rtk-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)

anurag-verma-india avatar Aug 27 '25 14:08 anurag-verma-india

Yeah, a PR would be great, thank you!

markerikson avatar Aug 27 '25 16:08 markerikson

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

anurag-verma-india avatar Aug 28 '25 21:08 anurag-verma-india