Posts Tagged "Javascript"


Writing Clean React Code

Last updated 07 September 2016

Peter has been writing React code at Reverb.com for several months and has learned a thing or two about writing clean React code.

How to Search and Change Text with Javascript

Last updated 27 July 2016

It's easy to search and change a string in javascript, but it can be confusing to change text on a whole html page without affecting any bound javascript or non-text html.