Tech blog for OpenReplay. Quality content by developers for developers interested in JavaScript and related front-end technologies.
Nothing here yet.
I'm the Chief Editor for OpenReplay's tech blog
by author Chris Bongers I'm pretty sure 99% of the developers out there just love markdown. It's such a fantastic format to write in. For those not familiar with markdown, it's a flat text format that looks like this: # Heading Some text - list ite...

by author Fernando Doglio RemixJS is in every React developer's mouth right now, as they seem to be the new kid in the block. But how good are they? Instead of reviewing other people's experiences, I went ahead and followed their quick start guide to...

by author Arek Nawo State management is one of the most important aspects of every app. The app’s state dictates what users see, how the app looks, what data is stored, and so on. Thus it’s no wonder that there are so many open-source libraries desig...

by author Federico Kereki When you get used to applying Functional Programming, you may find that it fits many situations. In this case let's discuss routing in a Node+Express application, but aiming for highly testable code. In this article, we'll ...
