adspace
Is it possible to use the word class in jsx?
Answer Posted / Ashish Mandal
No, in JSX the keyword 'class' should be written as 'className'. For example: `<div className='my-class'></div>`
Post New Answer View All Answers
How to use events in reactjs? Give an example of using events?
564
How would you create higher order components (hocs) in react.js?
448