Ronny Ewanek

Results 4 issues of Ronny Ewanek

The following code produces a blank screen: ``` facebookShare = () => { shareOnFacebook({ 'text':'Global democratized marketplace for art', 'link':'', 'imagelink': 'https://storage.googleapis.com/bookshelf-today/august/AUG-16.png', }, (results) => { console.log(results); } ); }...

Fixed a typo

Updated to react-router-dom. Removed "use-strict" Token was in Banner.js, but the lesson doesn't address this until JWT. App.js is no longer needed with the router upgrade

I created a simple object similar to the example: ``` import { expose } from 'comlink' export const SortWorker = { hello: 'world', sort() { return 'sort worker ran!' },...