rsnext/docs
Tim Neutkens c5b5c43e3d
Add codemod for files that do not support the new React JSX transform (#21281)
Previously our automatic React injection approach injected `import React from 'react'` automatically whenever JSX was detected. The new official JSX transform solves this by enforcing importing `React` when it is used.

This codemod automatically converted files that are using a "global React variable" to use `import React from 'react'`
2021-01-18 15:17:10 +00:00
..
advanced-features Add codemod for files that do not support the new React JSX transform (#21281) 2021-01-18 15:17:10 +00:00
api-reference Add docs for custom image loaders. (#20788) 2021-01-06 02:16:09 +00:00
api-routes Fix grammar in API routes: Introduction (#19385) 2020-11-24 21:26:02 +00:00
basic-features Add missing word to Data Fetching docs (#21018) 2021-01-13 15:35:32 +01:00
migrating Add "Migrating from React Router" docs. (#20982) 2021-01-12 01:44:14 +00:00
routing Update introduction.md (#20129) 2020-12-14 09:55:52 +01:00
authentication.md Add docs on authentication patterns. (#16277) 2020-12-31 08:28:11 +00:00
deployment.md Update redirected or broken Vercel docs links. (#21119) 2021-01-14 15:37:21 +00:00
faq.md Documentation updates (#16503) 2020-08-24 02:23:12 +00:00
getting-started.md Include yarn instructions (#16565) 2020-08-27 21:27:34 -05:00
manifest.json Remove outdated documentation (#20714) 2021-01-04 10:45:57 +01:00
upgrading.md Add codemod for files that do not support the new React JSX transform (#21281) 2021-01-18 15:17:10 +00:00