Software Alternatives & Reviews

JavaScript memory management 101: Strong and Weak refs, FinalizationRegistry

JS Bin CodeSandbox
  1. 1
    Sample of the bin:
    Pricing:
    • Open Source
    Important note: do not perform tests with WeakRefs in dev tools. Your objects won't be GCed in it due to DevTools specific behaviour. Instead, use jsbin, codesandbox, runkit or perform tests in Node.js. Localhost is okay when you open files using http:// protocol, as file:// also has specific behaviour.

    #Programming #Programming Tools #Text Editors 23 social mentions

  2. Online playground for React
    Pricing:
    • Open Source
    Important note: do not perform tests with WeakRefs in dev tools. Your objects won't be GCed in it due to DevTools specific behaviour. Instead, use jsbin, codesandbox, runkit or perform tests in Node.js. Localhost is okay when you open files using http:// protocol, as file:// also has specific behaviour.

    #Text Editors #Programming #Code Collaboration 300 social mentions

Discuss: JavaScript memory management 101: Strong and Weak refs, FinalizationRegistry

Log in or Post with