DEV Community

Discussion on: Modern React Redux Toolkit - Login & User Registration Tutorial and Example

Collapse
 
alansaldivar87 profile image
Alan Saldivar

It looks pretty neat, just a note: you cannot use neither class nor for attributes in JSX code, it has to be replaced with className and htmlFor. Other than that I like this approach.