Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 643 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 643 Bytes

Fox Labs

Simple playground for React, JS, GSAP, CSS, etc. labs

Build Storybook

yarn build-storybook

Run Storybook

yarn storybook

Please, use yarn for this repository.

Workflow

  1. Add(edit) component in src\Components folder
  2. Add(update) story in src\stories folder
  3. Commit changes
  4. Create PR to main branch

JS functions performance test

console.time('startTime');
console.log(() => {
    forEach([1, 2, 3, 4, 5, 6, 7, 8], (value) => {
        console.log(value);
    });
});
console.timeEnd('endTime');

Contacts

GitHub Page

License

MIT ©