alexktzk / react-spring-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

npm install
npm start

Demos will be live at http://localhost:8080

Contributors

  1. clone react-spring and react-spring-examples under the same root folder
/root
  /react-spring
  /react-spring-examples
  1. yarn/npm install both
  2. cd react-spring-examples
  3. edit index.js
import examples from './components/examples-tests'

//const DEBUG = false
const DEBUG = 'latestbug'
  1. go to /demos/tests/latestbug and set up a demo that reproduces the problem
  2. npm start, you can now make hot-reload edits in both repos (react-spring and react-spring-examples)
  3. you can test integrity by running all examples, edit index.js again:
import examples from './components/examples-hooks'

const DEBUG = false
//const DEBUG = 'latestbug'

About


Languages

Language:JavaScript 92.6%Language:HTML 5.3%Language:CSS 2.1%