Skip to content

memoize more functions and props to prevent unnecessary reinit of web… #28

memoize more functions and props to prevent unnecessary reinit of web…

memoize more functions and props to prevent unnecessary reinit of web… #28

Workflow file for this run

name: node-ci
on: [push]
jobs:
check:
name: Check code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: yarn
- name: ci
run: npm run ci