Where can i find complete knowledge on SPFx with ReactJS? - sharepoint

Where can I find complete developing knowledge on SPFx with ReactJS ?
As I am new to this technology. I am having knowledge on SharePoint onpremise and online.
SharePoint Customization by Using SPFx with ReactJS
Thanks in advance

The following articles for your reference.
Overview of the SharePoint Framework
SharePoint Framework Client-Side Web Part Samples & Tutorial Materials
React Tutorial

Related

migartion sharepoint web application sharepoint 2013 to sharepoint online

actually i tried to migrate lists and document libraries from one site to another site in sharepoint 2013 and migrate sites also from 2010 to sharepoint 2013. But,I want to migrate web application from sharepoint 2013 to sharepoint online.
We are limited to creating Site collections only in SharePoint online. You cannot create/migrate the complete web application to SharePoint online in one go. You would have to migrate either a complete site collection or site level.
I have experience migrating with SharePoint migration tool from Microsoft (which is free software) and it worked well.
However, i would suggest to migrate individual site level as it would be easy to manage. I have tried migrating a site collection which failed after 40% and it was difficult to debug where the error was. I later figured it was the nintex form on a document library that was a culprit.
Good luck with your project!
You may use below methods to create apps
Using SharePoint Apps ( https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins )
Use the latest SPFx framework (https://learn.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview) to create apps.

Branding Intranet Site with Fabric UI

We are in the process of implementing a new company intranet site which has been running and it will continue on Sharepoint 2016.
We have looked at Fabric UI as the underline framework for implementing it but honestly we have no experience in customizing it and make the site look as our company marketing department asked us.
Does anyone can point us to a place where we can get documentation of the SASS provided as part of the Fabric UI Core?
Thanks,
Michel Fornaris
Here are some good documentation and example about branding SharePoint site with Office Fabric UI:
Get started with Fabric JS
SharePoint Framework Tutorial 6 - Using Office UI Fabric Components

Hybrid Architecture of Sharepoint

I am trying to setup the Architecture of SharePoint 2016 along with SharePoint Online (Hybrid). Can someone please help me out in creating the use cases?
Have you looked at: "https://technet.microsoft.com/en-us/library/dn957480.aspx#Set up SharePoint services for hybrid"? This article and the hybrid BLOG "https://blogs.technet.microsoft.com/beyondsharepoint/2016/08/12/hybrid-configuration-wizard/" are great resources.

Sharepoint 2013 online app development

I have been working with SharePoint online for sometime.I have been given the task to build an app to create subsites in SharePoint 2013 online website. I prefer working with C# code. I am looking into SCOM to built the App.I want to know if this can be done or does online version only supports JavaScript COM development.
I have gone through multiple materials from Microsoft but no were its clear about autohosted app running on SharPoint online.
I have created a SharePoint App project and set it to autohost. But it throws token not found error while trying to run it against sharepoint online. Looking for advice.
Edit - I need to know if SCOM can be used to develop apps for SharePoint online site
Thanks.
Sounds like you're just starting off with SharePoint apps. SP apps use CSOM (client side object model). I personally prefer JavaScript (JSOM) MSDN JSOM Basic Tasks
If you want to develop against an online environment, then select SharePoint hosted not autohosted. If you are using the app internally then continue, if you are hoping to publish it to the app store then you can report back that this requires full control permission which you are not allowed to request in an app published to the SharePoint store.
When I first started developing SharePoint 2013 online applications I found this article on codeproject a great help.
It might be usefull for you as well: http://www.codeproject.com/Articles/690015/SharePoint-2013-Online-App-Development-Part-1.
Alternatively you could give the official Microsoft Office 365 training kit a look. It's basically the same as SharePoint 2013 online.
http://www.microsoft.com/en-us/download/details.aspx?id=14889

How to Publish a SharePoint site on the internet

I have a WSS SharePoint site that i need to deploy and publish to that Users will be able to access it through the internet.
I know this is possible, but how do i go about getting this done?
Does anyone have some good articles?
Kind Regards
Etienne
From Microsoft Team Blog, essentially a page linking to relevant articles.
You can also download the SharePoint Planning Services Starter Kit

Resources