Skip to main content

Oblong

Developer Focused UI Framework

Build awesomer React+Redux applications, and ❤️ doing it!

React for UI

Oblong uses React for what it does best: UI binding. Oblong views are just React functional components with sugar. Oblong pulls stored state, derived state, and callbacks out of your components so they're lean and focused.

Redux for State Management

Oblong uses Redux, but you might not even recognize it. Unless you want to, there's no reducer creation in Oblong applications thanks to the auto-reducer.

Oblong for Developer Experience

TypeScript done right, with tons of type inference and low overhead. Dependency Injection for easy testing and application organization. Zero overhead performance optimizations. Accidental mutation prevention. And more!