Skip to content

Commit

Permalink
Alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Jan 6, 2018
1 parent 08b39a1 commit 05eae2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/alternatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| | react-snap | [prerender-spa-plugin][prerender-spa-plugin] | [react-snapshot][react-snapshot] | [prep][prep] | [snapshotify][snapshotify] |
|-------------------------------|------------|----------------------------------------------|----------------------------------|--------------|----------------------------|
| State | supported | looking for maintainer | unsupported | unsupported | experimental |
| DOM implementation | Puppeteer | phantomjs | JSDOM | nightmare | Puppeteer |
| DOM implementation | puppeteer | phantomjs-prebuilt | jsdom | nightmare | puppeteer |
| Doesn't depend on Webpack | + | - | + | + | + |
| Doesn't depend on React | + | + | - | + | - |
| Load performance optimisation | + | - | - | - | + |
Expand Down
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "react-snap",
"version": "1.8.0",
"description": "Zero-configuration framework-agnostic static prerendering for SPAs",
"description":
"Zero-configuration framework-agnostic static prerendering for SPAs",
"main": "index.js",
"author": "stereobooster",
"license": "MIT",
Expand Down Expand Up @@ -42,12 +43,7 @@
"bin": {
"react-snap": "./run.js"
},
"files": [
"index.js",
"run.js",
"src/",
"vendor/"
],
"files": ["index.js", "run.js", "src/", "vendor/"],
"reactSnap": {
"destination": "tmp",
"inlineCss": true,
Expand Down

0 comments on commit 05eae2f

Please sign in to comment.