Skip to content

dan3721/binding-handler-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binding-handler-methods

There are a few approaches to binding handler methods in React. Some result in rebinding with each render cycle, others result in a block of binds in the constructor. This approach using ES6 arrow functions and the ECMAScript class-fields feature is the best.

About

Optimal Handler Binding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published