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

Kate's mini proj #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Kate's mini proj #5

wants to merge 6 commits into from

Conversation

KateMhq
Copy link

@KateMhq KateMhq commented Oct 8, 2018

No description provided.

import React from 'react';


class History extends React.Component{
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this component do anything?

padding: 30
};

return ReactDOM.createPortal(
Copy link
Contributor

Choose a reason for hiding this comment

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

nice

@@ -0,0 +1,56 @@
import React from 'react';
import PropTypes from 'prop-types';
import { withStyles } from '@material-ui/core/styles';
Copy link
Contributor

Choose a reason for hiding this comment

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

In future avoid using external ui libraries. You'll learn more by implementing the ui yourself

@dmitrigrabov
Copy link
Contributor

Would have loved to see work done without external ui library. The problem with using a ui library is that it does not tell me much about what you are able to do without the library.

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.

None yet

2 participants