Uix: Idiomatic ClojureScript interface to modern React.js

Idiomatic ClojureScript interface to modern React.js – GitHub – pitch-io/uix: Idiomatic ClojureScript interface to modern React.js… Read more

Similar

Blitz.js puts React on Rails [audio]

Blitz.js creator Brandon Bayer joins Jerod to dive deep into the foundational principles of this fullstack React framework. We talk about its inspiration (Ruby on Rails), its differentiation (a “no-API” data layer), and its aspirations (built-in auth, plu... (more…)

Read more »

React v15.6.2 – Bugfixes and MIT License

Today we're sending out React 15.6.2. In 15.6.1, we shipped a few fixes for change events and inputs that had some unintended consequences. Those regressions have been ironed out, and we've also included a few more fixes to improve the stability of React ... (more…)

Read more »

Async actions in React Redux

Introduction Javascript is a single thread programming language. That is when you have code something like this The second line doesn’t get executed till the first one gets completed. Mostly this won’t be a problem since millions of calculations are... (more…)

Read more »