Skip to content

Instantly share code, notes, and snippets.

@borela
borela / !react-enzyme-render-methods.md
Created June 8, 2017 17:06 — forked from SanCoder-Q/!react-enzyme-render-methods.md
react-enzyme - `shallow` vs `mount` vs `render` lifecycle methods

An exploration of the different render methods available in react-enzyme.

@faisalman
faisalman / baseConverter.js
Last active November 26, 2025 21:20
Convert From/To Binary/Decimal/Hexadecimal in JavaScript
/**
* Convert From/To Binary/Decimal/Hexadecimal in JavaScript
* https://gist.github.com/faisalman
*
* Copyright 2012-2015, Faisalman <[email protected]>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/
(function(){