Community

Creating A Keyboard-Shortcuts Module In A Modular JavaScript Application

(Ben Nadel) Last week, I looked at handling keyboard shortcuts in a modular JavaScript application architecture. In that initial exploration, I distributed the handling of keyboard shortcuts across two different modules: a Controller module and the View module that would ultimately be affected by th

Read More - Register for Free Membership