Unverified Commit 1059fe35 authored by Chaoshuai Lü's avatar Chaoshuai Lü Committed by GitHub
Browse files

Merge pull request #11837 from ddzz/fix-readme-links

Update links in `README`
parents 3e425915 b79ef9c4
main github/fork/AmyShackles/patch-1 github/fork/BenBonno/main github/fork/CarlRibbegaardh/feature/filename github/fork/CarlRibbegaardh/feature/tsconfig-config github/fork/DemonHa/add-fullySpecified-cofiguration github/fork/Emanisay/emanisay27-patch-2 github/fork/Ferri0/patch-1 github/fork/FloydJohn/fix-browser-env github/fork/FontEndArt/main github/fork/GiaKhai/patch-1 github/fork/Haosik/patch-1 github/fork/HewlettPackard/main github/fork/HollyPony/main github/fork/Jarryxin/main github/fork/JensColman/patch-1 github/fork/Jiacheng787/main github/fork/M-Usman-Tahir/patch-1 github/fork/M779-star/patch-1 github/fork/Manc/patch github/fork/MarcusMorba/patch-3 github/fork/MozhganShafiee/main github/fork/Nareshdhori/circleci-project-setup github/fork/NightWalker9/patch-2 github/fork/NoamGaash/patch-1 github/fork/Ph0enixKM/patch-1 github/fork/TheAli711/main github/fork/VNDRMKT/main github/fork/VoloshchenkoAl/babel-plugin-formatjs github/fork/ace4port/patch-1 github/fork/admindivyansh/patch-2 github/fork/ajbogh/main github/fork/alexkev/running-tests-recommended-wording github/fork/allanzi/patch-1 github/fork/amcgee/feat-auto-publicpath github/fork/andrzej-erli/patch-1 github/fork/benjaminr-ps/add-wds-socket-protocol github/fork/binary-person/patch-1 github/fork/bradoyler/patch-1 github/fork/c-w/remove-style-loader github/fork/cheesestringer/fix-package-lock-json github/fork/cszo/homepage-fix github/fork/cybermerlin/hotfix/jest_upgrade github/fork/ddzz/gha-update github/fork/dedo1911/main github/fork/demurgos/fix/12625-ts-node16 github/fork/demurgos/fix/7147-ts-composite github/fork/derbyshire10/main github/fork/dilanx/patch-1 github/fork/donnygitsome/main github/fork/dylan8902/patch-1 github/fork/eventualbuddha/add-@babel/plugin-proposal-private-property-in-object-dependency github/fork/fivecar/cache_clear_docs github/fork/fupengl/master github/fork/gergelypap/fix/remove-noopener github/fork/getzelus/patch-1 github/fork/improper/bugfix/version-check-breaks-file-path-usage github/fork/izzygld/patch-1 github/fork/jameswithers89/patch-1 github/fork/jamirvin/main github/fork/jean-smaug/bump-jest-in-react-scripts github/fork/jmgregory/stable-env-var-order github/fork/jonatanklosko/jk-stdin-close-exit github/fork/judycodes/patch-1 github/fork/karlhorky/patch-2 github/fork/kavinkuma6/patch-1 github/fork/khalidwaleed0/patch-1 github/fork/kixxer01/patch-1 github/fork/kopyl/patch-1 github/fork/ldeninski/bugfix/add-missing-cjs-extension-to-webpack-config github/fork/lucabattistini/feat/webpack-svgr-loader github/fork/maksimdegtyarev/remove-react-import github/fork/mcfedr/cjs-support github/fork/merceyz/merceyz/fix/missing-dependencies github/fork/mkarajohn/fix-absolute-paths-in-jest-config-modulePaths github/fork/mohd-akram/add-eslint-context-rule github/fork/nickmccurdy/add-prettier-config-to-app github/fork/nickmccurdy/move-e2e-tests-to-github-actions github/fork/nickmccurdy/patch-2 github/fork/nickmccurdy/replace-npx github/fork/nickmccurdy/revert-web-vitals github/fork/nnmax/fix/throwAnUnknowError github/fork/oparaskos/patch-1 github/fork/p12tic/fix-dev-server-proxy-broken-origin-header github/fork/paramt/patch-2 github/fork/priyankgandhi/patch-1 github/fork/pushred/resolve-url-loader-v5 github/fork/rgbutov/patch-2 github/fork/rheh/main github/fork/rluvaton/use-module-ids github/fork/rojo20/react-testing-library-docs github/fork/rsylvian/patch-1 github/fork/ruckc/websocketurl github/fork/ryo-kagawa/doc-troubleshooting github/fork/sashashura/patch-1 github/fork/sbindass-deal/patch-1 github/fork/sheepsteak/paths github/fork/siddtheone/patch-1 github/fork/sunil-sharma-999/main github/fork/swayamTA/test_branch github/fork/tanvirstreame/fix-project-directory github/fork/tanvirstreame/update-jest github/fork/tanvirstreame/update-type github/fork/testower/patch-1 github/fork/th13vn/main github/fork/treuherz/main github/fork/user7564/main github/fork/viswa84/patch-1 github/fork/webbertakken/patch-1 github/fork/wsergent/patch-1 github/fork/xdiegors/patch-2 github/fork/yicheny/fix_webpack5_cache_invalidation github/fork/zhaomengfan/main
1 merge request!12853brikk
Showing with 2 additions and 2 deletions
+2 -2
......@@ -171,7 +171,7 @@ Create React App is a great fit for:
Here are a few common cases where you might want to try something else:
- If you want to **try React** without hundreds of transitive build tool dependencies, consider [using a single HTML file or an online sandbox instead](https://reactjs.org/docs/try-react.html).
- If you want to **try React** without hundreds of transitive build tool dependencies, consider [using a single HTML file or an online sandbox instead](https://reactjs.org/docs/getting-started.html#try-react).
- If you need to **integrate React code with a server-side template framework** like Rails, Django or Symfony, or if you’re **not building a single-page app**, consider using [nwb](https://github.com/insin/nwb), or [Neutrino](https://neutrino.js.org/) which are more flexible. For Rails specifically, you can use [Rails Webpacker](https://github.com/rails/webpacker). For Symfony, try [Symfony's webpack Encore](https://symfony.com/doc/current/frontend/encore/reactjs.html).
......@@ -185,7 +185,7 @@ Here are a few common cases where you might want to try something else:
All of the above tools can work with little to no configuration.
If you prefer configuring the build yourself, [follow this guide](https://reactjs.org/docs/add-react-to-an-existing-app.html).
If you prefer configuring the build yourself, [follow this guide](https://reactjs.org/docs/add-react-to-a-website.html).
## React Native
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment