When you have issues like SECURE KEY CHAIN while doing npm install on Mac, use the command:
npm config set strict-ssl false
Wednesday, August 29, 2018
Saturday, August 25, 2018
Struggled on the issue: Can't use fat arrow functions (ES6) in react
Hey, it's a known issue and here's the solution:
https://stackoverflow.com/questions/41464154/cant-use-fat-arrow-functions-es6-in-react
https://stackoverflow.com/questions/41464154/cant-use-fat-arrow-functions-es6-in-react
Tuesday, July 3, 2018
Saturday, June 9, 2018
Learning Angular in 10 minutes????
When I searched for this on Google, found this site:
https://medium.com/@sundeepkumar.me/getting-started-with-angular2-in-10-minutes-1f38026d2325
https://medium.com/@sundeepkumar.me/getting-started-with-angular2-in-10-minutes-1f38026d2325
Sunday, April 29, 2018
Add a ReactJS component in a non-react page
I don't want anything here except to point to these web sites as of now:
https://medium.com/@ sevenleaps/using-react- components-in-non-react- websites-12fb7d71b63f
https://stackoverflow.com/ questions/43464780/render-a- react-app-in-a-non-react-web- page
https://reactarmory.com/ answers/how-to-integrate- react-into-existing-app
https://medium.com/@
https://stackoverflow.com/
https://reactarmory.com/
Wednesday, April 18, 2018
A Sample ReactJS & IFrame example
Application: https://reactjs-iframe.herokuapp.com/
Source code: https://github.com/kadirisani/iframes-app.git
(NOTE: Change the iframe url in App.js to reflect your domain)
References:
Source code: https://github.com/kadirisani/iframes-app.git
(NOTE: Change the iframe url in App.js to reflect your domain)
References:
Friday, November 17, 2017
node module.exports and require
I thought I was the only one who struggled with the basics of node modules. This post cleared it all:
http://openmymind.net/2012/2/3/Node-Require-and-Exports/
http://openmymind.net/2012/2/3/Node-Require-and-Exports/
Subscribe to:
Posts (Atom)