rocket-science-core / rocket-science

An opinionated UI Workbench featuring tools like react, styled components, typescript, webpack, jest and storybook all bundled into an easy to use interface
17 stars 5 forks source link

DOM Events #14

Open SketchLagoon opened 3 years ago

SketchLagoon commented 3 years ago

DOM Events for key calls to action so that we can abstract business logic from UI logic

ahoward2 commented 3 years ago

Should we come up with a consistent API for this or like a general guideline for them

SketchLagoon commented 3 years ago

Consistent API would be ideal - I think we should have a pattern for major user interactions where we generate new DOM Events with the component generator but commented out maybe? More to provide the format and intention, but allowing developers to really control that process themselves based on their task needs. Thoughts?

ahoward2 commented 3 years ago

Gonna do some brief research and I'll post some thoughts