MinjieChang / react-css-houdini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-css-houdini

use houdini in React:

includes:

  • registerProperty api
  • paintWorklet api
  • layoutWorklet api

Try the demo

git clone https://github.com/MinjieChang/react-css-houdini.git
cd react-css-houdini
yarn install # or npm install
yarn start # or npm start

if you open browser and look like this:

tip

it means that you need to visit chrome://flags/, take Google's browser for example, and set Experimental Web Platform features from default to enabled.

flag

then relaunch the chrome

References

w3c
MDN
polyfill pain
GoogleChromeLabs
houdini-samples
w3c-houdini
houdini-quickstart

About


Languages

Language:JavaScript 83.2%Language:CSS 10.7%Language:HTML 6.1%