20CAKE20.JS
10-family

View Family

3

10-family/hello.func.tsx

Hello Func

Support

Support source used by the official view family examples.

export const limit = 20;

export const add = () => {
  if (data.count < limit) data.count++;
};

export const reset = () => {
  data.count = 0;
};