Using REACT

As noted in my last post, I have been learning REACT and I actually enjoy it. I thought it would be complex but it really isn’t. It truly is JavaScript! What makes REACT seem complex to many, including myself in the beginning, is JavaScript XML( JSX), but it really isn’t as difficult as many may…

Read more Using REACT

SharePoint Saturday VA Beach

I had the opportunity to do a session at SharePoint Saturday VA Beach and it was great. My session was on ‘Using Vue.js with SharePoint’. Here’s the location to the files of the demo in that session: https://github.com/isogunro/SharePointSaturday If you have any questions, please leave a comment and I will try and help.You can also…

Read more SharePoint Saturday VA Beach

SharePoint Saturday Help Desk Code

Today (6/1/2019) I gave my first presentation at SharePoint Saturday in Reston, VA. My presentation was on how to use VUE.js with SharePoint. I had created a simple help desk form to explain how Vue instance, Vue-Directives, Methods, and life cycle hooks (specifically ‘Created’) worked. Below is the code I promised to share.

Read more SharePoint Saturday Help Desk Code