Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

89 add admin on react #26

Merged
merged 15 commits into from
Jan 14, 2020
Merged

89 add admin on react #26

merged 15 commits into from
Jan 14, 2020

Conversation

max-osadchiy
Copy link
Contributor

89

function App() {
return (
<div>
<LoginPage/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Install redux
Install redux-form
put all tags inside

<input className='submit-input' type="submit" onclick="" value="Log in" />
</form>
</div>
);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

connect this component in redux-form
https://redux-form.com/8.2.2/docs/gettingstarted.md/

ContactForm = reduxForm({
  // a unique name for the form
  form: 'contact'
})(ContactForm)

@lossless1 lossless1 changed the title [WIP] 89 add admin on react 89 add admin on react Jan 14, 2020
@lossless1 lossless1 merged commit 200e505 into master Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants