Brandons.app

Saturday Oct 31 2020

Tonight I built an action sheet so I can work on the basics of subscribing. Email, Notifications, or RSS feed will be the 3 options.

App designers and developers who are not taking advantage of this brilliant design pattern are missing out. It can honestly take care of So many problems, plus if you make it easy to call - you can solve those problems super quickly.

In Nomie (svelte) I have a Interact.popmenu({title:’hi’,’buttons[]}), and in this app (vue) I have a $store.dispatch(β€˜popmenu’,{title:’hi’,buttons:[]}); This lets me call custom popmenu (actionsheet) from anywhere in the application.

#dev #svelte #vue #javascript #design