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

React and Preact recipes #15

Merged
merged 5 commits into from
Dec 12, 2017
Merged

Conversation

jamesmcallister
Copy link

Added React and Preact to recipes to the docs.

Copy link

@albinotonnina albinotonnina left a comment

Choose a reason for hiding this comment

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

I would show yarn commands instead of npm for consistency with the other pages

// package.json
"scripts": {
"start": "parcel index.html"
}
Copy link
Member

Choose a reason for hiding this comment

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

indentation

// package.json
"scripts": {
"start": "parcel index.html"
}
Copy link
Member

Choose a reason for hiding this comment

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

^

<a href="plugins.html">🔌 Plugins</a>
</li>
<li>
<a href="recipes.html">🍰 Recipes</a>

Choose a reason for hiding this comment

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

I don't think the Recipes section should be under "Advanced". It contains getting started recipes.

[Blog Post](http://blog.jakoblind.no/react-parcel/)

```
npm install --save react react-dom npm install --save-dev parcel-bundler

Choose a reason for hiding this comment

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

each npm command should be on it's own row.

@jakoblind
Copy link

Also, should we have a link to these getting started recipes on the getting started page? (https://parceljs.org/getting_started.html)

@devongovett devongovett merged commit 43e9181 into parcel-bundler:master Dec 12, 2017
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.

5 participants