Monthly Archives: February 2018

Sample SPA – React + Redux with Axios

I’ve put together a Codepen showing the sample usage of Redux (State Management) with network requests (via Axios HTTP Client) in the React framework.

Posted in JavaScript, ReactJS | Tagged , , , | Comments Off on Sample SPA – React + Redux with Axios

CSS Tip: Avatar circle made with CSS

Can I Use ‘border-radius’

Posted in CSS, HTML | Tagged , | Comments Off on CSS Tip: Avatar circle made with CSS

15/02/1941

On this day in 1941 during the “Adolphus” operation for the first time to the occupied Poland the Special Operations Paratroops “Cichociemni” (the “Silent Unseen”) were dispatched. With them in this drop was the courier of the Delegatury Rządu na … Continue reading

Posted in history | Tagged , | Comments Off on 15/02/1941

Chrome Extension with React – gotcha

I’m rebuilding my Chrome Extension Tab List to use ReactJS (as part of my learning trip) and encountered following error: Uncaught EvalError: Refused to evaluate a string as JavaScript because ‘unsafe-eval’ is not an allowed source of script in the … Continue reading

Posted in bugs, JavaScript, ReactJS | Tagged , , , , , , | Comments Off on Chrome Extension with React – gotcha