Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Last active March 10, 2020 19:40
Show Gist options
  • Save sabesansathananthan/deba88000003237ed084a55794a3233d to your computer and use it in GitHub Desktop.
Save sabesansathananthan/deba88000003237ed084a55794a3233d to your computer and use it in GitHub Desktop.
This is an example for React best practice article
import React from 'react'
class MyComponent extends React.Component {
state = {
counter: 0
}
/* your logic */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment