Skip to content
#

javascript-utility

Here are 53 public repositories matching this topic...

JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-time errors, code refactoring, etc.).

  • Updated Sep 30, 2020
  • Python
naman03malhotra
naman03malhotra commented Nov 15, 2020

Add more examples where this pattern shines from the traditional imperative pattern.

  • Come up with your own interesting examples.
  • Form validations can be messy, maybe a good example around that.
  • You can check your current codebase if you find a messy if-else logic that can be converted to this pattern.
  • One example can be for a dynamic form, where while filling a field will determine the
macOSNotifJS
MattIPv4
MattIPv4 commented May 18, 2018

Currently the two finger dismiss swipe has no threshold.

A threshold for the two finger swipe should be implemented to reduce accidental dismissal whilst scrolling. This most likely needs to be done through some tracking as the scroll event is called multiple time on mac due to its smooth scrolling.
Further, this needs to be a capturing event to stop accidental navigation away from the current

Improve this page

Add a description, image, and links to the javascript-utility topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the javascript-utility topic, visit your repo's landing page and select "manage topics."

Learn more