FrontendDeveloper.in

React question detail

How to define constants in React?

You can use ES7 static field to define constant.

class MyComponent extends React.Component {
static DEFAULT_PAGINATION = 10;
}
Back to all React questions
Get LinkedIn Premium at Rs 399