Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Add links to the article
Browse files Browse the repository at this point in the history
  • Loading branch information
juampynr committed Aug 22, 2015
1 parent b9baa29 commit 6010964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# React form example

This is the companion repository for an upcoming article called
Processing forms in React which will be published at
https://www.lullabot.com.
This is the companion repository for an article on [Processing Forms in React](https://www.lullabot.com/articles/processing-forms-in-react).

You can see it in action at https://react-form.herokuapp.com
You can test the form at https://react-form.herokuapp.com.

## Installation

Expand Down
5 changes: 3 additions & 2 deletions src/contact-form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ var ContactForm = React.createClass({
return (
<div>
<h1 id="heading">React contact form example: Tell us about your project</h1>
<p>This is a sample contact form powered by <a href="https://facebook.github.io/react/" target="_blank">React</a>,
<p>This is the companion application for an article on <a href="https://www.lullabot.com/articles/processing-forms-in-react" target="_blank">Processing Forms in React</a>.</p>
<p>The application contains a sample contact form powered by <a href="https://facebook.github.io/react/" target="_blank"> React</a>,
an <a href="https://www.lullabot.com/articles/what-is-an-isomorphic-application" target="_blank">isomorphic</a> library built by Facebook. The form submission
is handled by a simple <a href="https://nodejs.org/" target="_blank">Node.js</a> application written with <a href="http://expressjs.com/" target="_blank">Express</a>.</p>
is handled by a <a href="https://nodejs.org/" target="_blank">Node.js</a> application written with <a href="http://expressjs.com/" target="_blank">Express</a>.</p>
{status}
<form action="" onSubmit={this.handleSubmit}>
<div className="form-group">
Expand Down

0 comments on commit 6010964

Please sign in to comment.