Skip to content

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.

2 participants