Wednesday, October 31, 2018
JavaScript: Object Oriented Programming
I stumbled across this web site and loved the simple explanation about JavaScript classes:
https://javascript.info/class
Tuesday, September 25, 2018
Daily Reads
Everything about Babel: https://kleopetrov.me/2016/03/18/everything-about-babel/
npm link magic: https://medium.com/@alexishevia/the-magic-behind-npm-link-d94dcb3a81af
npm link magic: https://medium.com/@alexishevia/the-magic-behind-npm-link-d94dcb3a81af
Wednesday, August 29, 2018
npm config set strict-ssl false
When you have issues like SECURE KEY CHAIN while doing npm install on Mac, use the command:
npm config set strict-ssl false
npm config set strict-ssl false
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:
Subscribe to:
Posts (Atom)