Skip to content

feat: adds fast-react-component-base directory#10

Merged
janechu merged 12 commits intomasterfrom
users/nirice/add-fast-react-base
Mar 5, 2018
Merged

feat: adds fast-react-component-base directory#10
janechu merged 12 commits intomasterfrom
users/nirice/add-fast-react-base

Conversation

@nicholasrice
Copy link
Copy Markdown
Contributor

Also adds simple development environment and build scripts.

closes #4

* Usage: node build/clean.js %path%
*/
const rimraf = require("rimraf");
const path = require("path");
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Doesn't seem like this gets used?

"html-webpack-plugin": "^3.0.4",
"jest": "^22.4.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

should these be peer dependencies?

@janechu janechu merged commit c4a2acb into master Mar 5, 2018
@janechu janechu deleted the users/nirice/add-fast-react-base branch March 5, 2018 23:44
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.

feat(fast-react-component-base): adds package for base react components

2 participants