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

Test3 #3

Open
Rokt33r opened this issue Aug 31, 2018 · 4 comments
Open

Test3 #3

Rokt33r opened this issue Aug 31, 2018 · 4 comments
Labels
🎁 Rewarded on Issuehunt This issue has been rewarded on Issuehunt

Comments

@Rokt33r
Copy link
Owner

Rokt33r commented Aug 31, 2018

Issuehunt badges

Tutorial

  • Main Concepts
  • Advanced Guides
  • API Reference
  1. Where to Get Support
  2. Contributing Guide
  3. You can improve it by sending pull requests to this repository.
Examples

We have several examples on the website. Here is the first one to get you started:

class HelloMessage extends React.Component {
  render() {
    return <div>Hello {this.props.name}</div>;
  }
}
ReactDOM.render(
  <HelloMessage name="Taylor" />,
  document.getElementById('container')
);

This example will render “Hello Taylor” into a container on the page.

You’ll notice that we used an HTML-like syntax; we call it JSX. JSX is not required to use React, but it makes code more readable, and writing it feels like writing HTML. If you’re using React as a <script> tag, read this section on integrating JSX; otherwise, the recommended JavaScript toolchains handle it automatically.

Contributing
The main purpose of this repository is to continue to evolve React core, making it faster and easier to use. Development of React happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving React.

Jump
Message Input

Message @Woohyeon

IssueHunt Summary

rokt33r rokt33r has been rewarded.

Sponsors (Total: $50.00)

Tips

@IssueHuntBot
Copy link

@Rokt33r funded this issue with $100. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@Rokt33r has started working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@Rokt33r has submitted output. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@Rokt33r has rewarded. Visit this issue on Issuehunt

@issuehunt-app-test-port-4000 issuehunt-app-test-port-4000 bot added the 💵 Funded on Issuehunt This issue has been funded on Issuehunt label May 14, 2019
@issuehunt-app-test-port-4000 issuehunt-app-test-port-4000 bot added 💵 Funded on Issuehunt This issue has been funded on Issuehunt 🎁 Rewarded on Issuehunt This issue has been rewarded on Issuehunt and removed 💵 Funded on Issuehunt This issue has been funded on Issuehunt labels May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎁 Rewarded on Issuehunt This issue has been rewarded on Issuehunt
Projects
None yet
Development

No branches or pull requests

2 participants