Browse Source

Link to explainer how to use new JSX transform with CRA 4 (#3280)

main
Anand Kumar 4 years ago
committed by GitHub
parent
commit
1dd72bc991
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/blog/2020-09-22-introducing-the-new-jsx-transform.md

2
content/blog/2020-09-22-introducing-the-new-jsx-transform.md

@ -97,7 +97,7 @@ Since the new JSX transform doesn't require React to be in scope, [we've also pr
### Create React App
Create React App support [has been added](https://github.com/facebook/create-react-app/pull/9645) and will be available in the [upcoming v4.0 release](https://gist.github.com/iansu/282dbe3d722bd7231fa3224c0f403fa1) which is currently in beta testing.
Create React App support [has been added](https://github.com/facebook/create-react-app/pull/9645) and will be available in the [upcoming v4.0 release](https://gist.github.com/iansu/4fab7a9bfa5fa6ebc87a908c62f5340b) which is currently in beta testing.
### Next.js

Loading…
Cancel
Save