development
Everything’s Related, Redux, and Time
For quite a long time, I’ve wanted to share a decent number of thoughts on a multitude of topics relating to software engineering. However…
development
For quite a long time, I’ve wanted to share a decent number of thoughts on a multitude of topics relating to software engineering. However…
react.js
Between v0.39 and v0.40 of React-Native, they made a major breaking change; What changed were the import paths for the objective-c modules…
react.js
A very common pattern in Redux is to use things called a Thunks, which are a way of wrapping up certain logic of a subroutine in a single…
react.js
If you’ve copied the renderFullPage function from the redux documentation, then you’re vulnerable to an cross site scripting attack. You most likely have an Cross Site Scripting vulnerability in your React.js application. This article shows you how to fix it in one easy step.