New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

davey

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

davey

Davey helps you build UIs

latest
Source
npmnpm
Version
0.6.3
Version published
Weekly downloads
15
275%
Maintainers
1
Weekly downloads
 
Created
Source

👦🏻 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

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

Use w/ Babel

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

Quick start

  • git clone git@github.com:ifyoumakeit/davey-starter.git
  • cd davey-starter
  • yarn
  • yarn build

FAQs

Package last updated on 04 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts