whats the difference between using an inline style object for react components and using normal css class through className attribute , even if i want to change some styles on a certain event i can just change the className , so whats the best way to go with and why ?
Cheers