Reactive subscribe. Components as Nodes and Nodes as Components. Everything is…
Reactive subscribe. Components as Nodes and Nodes as Components. Everything is reactive. Inheritance, states. Need to write docs
Showing
This diff is collapsed.
Click to expand it.
dist/Rjsx.js
0 → 100644
dist/Rjsx.js.map
0 → 100644
dist/bundle.js
0 → 100644
dist/bundle.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
dist/cmp/Button.jsx
0 → 100644
dist/cmp/Button.jsx.map
0 → 100644
dist/index.jsx
0 → 100644
dist/index.jsx.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -10,9 +10,18 @@ |
| "babel": { | ||
| "presets": [ | ||
| "@babel/preset-env", | ||
| ["@babel/preset-react", { | ||
| [ | ||
| "@babel/preset-react", | ||
| { | ||
| "pragma": "h" | ||
| }] | ||
| } | ||
| ], | ||
| ["@babel/typescript", { "jsxPragma": "h" }] | ||
| ], | ||
| "plugins": [ | ||
| "@babel/plugin-proposal-class-properties", | ||
| ["transform-react-jsx", { "pragma": "h" }] | ||
| ] | ||
| }, | ||
| "keywords": [], | ||
| ... | ... | @@ -20,15 +29,21 @@ |
| "license": "ISC", | ||
| "devDependencies": { | ||
| "@babel/core": "^7.3.4", | ||
| "@babel/plugin-proposal-class-properties": "^7.3.4", | ||
| "@babel/preset-env": "^7.3.4", | ||
| "@babel/preset-react": "^7.0.0", | ||
| "@babel/preset-typescript": "^7.3.3", | ||
| "babel-core": "^6.26.3", | ||
| "babel-loader": "^8.0.5", | ||
| "babel-preset-env": "^1.7.0", | ||
| "babel-preset-preact": "^1.1.0", | ||
| "babel-preset-react": "^6.24.1", | ||
| "source-map-loader": "^0.2.4", | ||
| "typescript": "^3.3.3333", | ||
| "webpack": "^4.29.6", | ||
| "webpack-cli": "^3.2.3", | ||
| "webpack-dev-server": "^3.2.1" | ||
| } | ||
| }, | ||
| "types": "src/Rjsx.d.ts", | ||
| "typings": "./src/Rjsx.d.ts" | ||
| } |
src/Rjsx.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/Rjsx.ts
0 → 100644
src/cmp/Button.jsx
deleted
100644 → 0
src/cmp/Button.tsx
0 → 100644
src/index.jsx
deleted
100644 → 0
src/index.tsx
0 → 100644
src/preact.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
typings.json
0 → 100644
Please
register
or
sign in
to comment