On using dotNetify-React to do universal/isomorphic routing of React app on cross-platform .NET Core back-end — with little fuss. (more…)
Read more »
There are a few ways to share data between React components. One state management solution is Kea, which works similarly to Redux. (more…)
Read more »
I recently ran across a comparison of React.js to Vue.js for rendering dynamic tabular data, and I got curious to see how Reagent would stack up against them. (more…)
Read more »
Consume the user's location using the navigation API, and open a channel to emit the position changes. Intro The following snippet uses React-Native geolocation. From their documentation: "As a browser polyfill, this API is available through the navigator... (more…)
Read more »
Facts about React that should be known before using Redux (or MobX). Most important: Learn React first, then opt-in Redux... (more…)
Read more »