AnomalyInnovations / serverless-stack-demo-client

Source for the demo app client in the Serverless Stack Guide
https://demo2.serverless-stack.com
MIT License
635 stars 204 forks source link

Remove the anonymous function from onClick #9

Closed death667b closed 6 years ago

death667b commented 6 years ago

Remove the anonymous function from the onClick to its' own memory pointer. This is to remove the possibility of a memory leak and a performance hit.

quantuminformation commented 6 years ago

So we can close this PR?

death667b commented 6 years ago

Yes

On Mon, 9 Oct 2017 at 20:36, Nikos notifications@github.com wrote:

So we can close this PR?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AnomalyInnovations/serverless-stack-demo-client/pull/9#issuecomment-335120841, or mute the thread https://github.com/notifications/unsubscribe-auth/AM5w4HeUeXRl58snR5oE8x2iSQLbugjgks5sqfcggaJpZM4PK19x .

jayair commented 6 years ago

Thanks