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 axios, middleware, reactjs, redux
Comments Off on Sample SPA – React + Redux with Axios
CSS Tip: Avatar circle made with CSS
Can I Use ‘border-radius’
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
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 bugs, chrome, chrome-extension, content_security_policy, eval, evil-eval, reactjs
Comments Off on Chrome Extension with React – gotcha