Skip to content

RenderATL Workshop #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jsjoeio opened this issue May 31, 2022 · 15 comments
Open

RenderATL Workshop #3

jsjoeio opened this issue May 31, 2022 · 15 comments

Comments

@jsjoeio
Copy link
Collaborator

jsjoeio commented May 31, 2022

Welcome 👋🏼

We'll use this issue for questions/feedback/etc for the RenderATL Workshop on 6/1

🕺🏼

@mathiaslaramee
Copy link

Specific import
API 1:
import counter from "counter";

const {addPoints, resetPoints, removePoints} = counter({});

Class counter points
API 2:
import counter from "counter";

const counter = new Counter({});
counter.addPoints();
counter.removePoints();
... etc

Global counter
API 3:
import counter from "counter";

counter.getPoints();
counter.removePoints();
counter.resetPoints();

@devyboy
Copy link

devyboy commented Jun 1, 2022

Screen Shot 2022-06-01 at 10 47 40 AM

@mathiaslaramee
Copy link

@gregsgotlegs
Copy link

@pkrish123
Copy link

@pkrish123
Copy link

@devyboy
Copy link

devyboy commented Jun 1, 2022

@mathiaslaramee
Copy link

@jsjoeio
Copy link
Collaborator Author

jsjoeio commented Jun 1, 2022

Feedback Requested

  1. What is confusing?
  2. What feels slow?
  3. What do you love (and why)?

@jsjoeio
Copy link
Collaborator Author

jsjoeio commented Jun 1, 2022

@mathiaslaramee
Copy link

@pkrish123
Copy link

@devyboy
Copy link

devyboy commented Jun 1, 2022

@gregsgotlegs
Copy link

@doubleedesign
Copy link

Package: https://www.npmjs.com/package/@doubleedesign/streak-counter
Demo: https://codesandbox.io/s/adoring-tree-1bxo8e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants