Chris

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Chris commented, -
Chris created a post, Arrange code
During writing code in React I have function RegistrationPanel() { return ( <form action="" className={styles.login}> <div> <NameForm/> <SurnameForm/> <EmailForm/> ... -
Chris commented, -
-
Chris commented, -
Chris created a post, How to start HTML tag in new line after save file?
During coding in React I have: return (<div className="main" style={styles.main} > ); and I want after Ctrl+Alt+L ( reformat code ) return ( <div className="main" style={styles.main} > ...