Sunday, October 13, 2019
phaser and react
Surprisingly phaser and react can work perfectly, for future reference I record the following:
We start off creating a Game component which is almost the place we position our canvas:
We start off creating a Game component which is almost the place we position our canvas:
Thursday, October 10, 2019
polyfill for IE11
At the top of index.js, add:
import "react-app-polyfill/ie11"; import "react-app-polyfill/stable"; //yarn add react-app-polyfill //yarn add babel-loader @babel/core --devand in package.json, add "ie 11" as below:
"development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version", "ie 11"
Saturday, October 5, 2019
Subscribe to:
Posts (Atom)