Replies: 2 comments 1 reply
-
Hey @TroyTae it looks great, would you like to send a PR? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This discussion is resolved in #601 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
Since react 17, we don't need to write like this:
import React from "react";
We can just import what we need:
import { Children } from "react";
So how about to refactor docs like this?
Before:
After:
Beta Was this translation helpful? Give feedback.
All reactions