0.6.3 • Published 6 years ago

davey v0.6.3

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

👦🏻 davey

Dave's alternate view engine yeah!

Using my brain to recreate React, Redux and CSS-in-JS from scratch/memory. I promise not to read any React or Redux docs or articles while creating this. This is the analog to React.

CircleCI codecov npm (scoped)

JSX

Use w/ Typescript

  1. Add below your tsconfig.json
{
  "compilerOptions": {
    "jsx": "react",
    "jsxFactory": "davey"
  }
}

Use w/ Babel

  1. yarn add --dev transform-react-jsx
  2. Add below your .babelrc
{
  "plugins": [["transform-react-jsx", { "pragma": "davey" }]]
}

Quick start

  1. git clone git@github.com:ifyoumakeit/davey-starter.git
  2. cd davey-starter
  3. yarn
  4. yarn build
0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.5.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.5

6 years ago

0.4.3

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago