Building a React timer component with play, pause, and stop functionality using time entries.
Posts for: #javascript
A Simple React Tabs Component
Creating a flexible, dependency-free React tabs component with compound components.
Navigation Redirects Through Redux Middleware
Building scalable client-side navigation redirects using Redux middleware.
Using React's Context to Pass Variables From the Server to the Client
Using React's context to pass server variables to the client while preserving isomorphic rendering.
The Basics of TypeScript
A brief introduction to TypeScript covering static typing, functions, interfaces, and classes.
Improving Application Performance and Responsiveness on the Client
Techniques for improving client-side application performance including caching, lazy loading, and web workers.
Backbone Required Attributes
A Backbone.js view helper to enforce required constructor parameters using type validation.
Simple BDD Backbone Views
How to write simple, maintainable Backbone.js views using BDD with CoffeeScript and Jasmine.