Replies: 1 comment
-
Hi there! Sorry you didn't get an answer to this sooner. I strongly recommend checking out this community for support like this: Classes aren't used much in React now, instead you can use function components with hooks. Class components are still something you can use if you want, but this is the preferred approach :) |
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
-
This is my first time using React create-react-app. I am following a tutorial and in the beginning there is a class App extends Component {
render () { return this.props...etc... and In the create-react-app I am on now in 2021 it is a function not a render on the App.js can anyone point me in the correct direction, To start creating my todo list?
Beta Was this translation helpful? Give feedback.
All reactions