<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Build a SharePoint Single-Page App using nothing but Front-End Code	</title>
	<atom:link href="https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/feed/" rel="self" type="application/rss+xml" />
	<link>https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/</link>
	<description>I turn code into captivating user experiences for the web</description>
	<lastBuildDate>Wed, 14 Feb 2024 18:36:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>
		By: Michael Soriano		</title>
		<link>https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1557</link>

		<dc:creator><![CDATA[Michael Soriano]]></dc:creator>
		<pubDate>Fri, 12 Oct 2018 21:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5501#comment-1557</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1556&quot;&gt;bkwdesign&lt;/a&gt;.

I am not sure. Haven&#039;t tried in 2016.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1556">bkwdesign</a>.</p>
<p>I am not sure. Haven&#8217;t tried in 2016.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bkwdesign		</title>
		<link>https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1556</link>

		<dc:creator><![CDATA[bkwdesign]]></dc:creator>
		<pubDate>Fri, 12 Oct 2018 14:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5501#comment-1556</guid>

					<description><![CDATA[While I&#039;m a veteran developer of on-premise SharePoint 2010 stuff.. we now have SharePoint Online 2016. I&#039;m a little lost where to start. Can I do this by simply creating a new page in a sharepoint online site?]]></description>
			<content:encoded><![CDATA[<p>While I&#8217;m a veteran developer of on-premise SharePoint 2010 stuff.. we now have SharePoint Online 2016. I&#8217;m a little lost where to start. Can I do this by simply creating a new page in a sharepoint online site?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Camila		</title>
		<link>https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1555</link>

		<dc:creator><![CDATA[Camila]]></dc:creator>
		<pubDate>Mon, 06 Aug 2018 16:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5501#comment-1555</guid>

					<description><![CDATA[Thanks for the article.. How to find the webpart id ?  Thanks !!]]></description>
			<content:encoded><![CDATA[<p>Thanks for the article.. How to find the webpart id ?  Thanks !!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Soriano		</title>
		<link>https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1554</link>

		<dc:creator><![CDATA[Michael Soriano]]></dc:creator>
		<pubDate>Sun, 11 Jun 2017 15:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5501#comment-1554</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1553&quot;&gt;Paul R.&lt;/a&gt;.

The security trimming is done in the server side. When you do a request - the server knows will know who you are - so the response is already trimmed.
A list based navigation system is good - that&#039;s what we use in our organization.
Search API is a bit complicated to work with - and a little overkill if you already know the list and the columns you want to work with.
But don&#039;t get me wrong - it is a powerful API. What Search API is really used for is it&#039;s ability to search &quot;in content&quot;, like the contents of Word, Excel etc.
So if you know the list you want to target, plus the columns - then I think regular REST is good.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1553">Paul R.</a>.</p>
<p>The security trimming is done in the server side. When you do a request &#8211; the server knows will know who you are &#8211; so the response is already trimmed.<br />
A list based navigation system is good &#8211; that&#8217;s what we use in our organization.<br />
Search API is a bit complicated to work with &#8211; and a little overkill if you already know the list and the columns you want to work with.<br />
But don&#8217;t get me wrong &#8211; it is a powerful API. What Search API is really used for is it&#8217;s ability to search &#8220;in content&#8221;, like the contents of Word, Excel etc.<br />
So if you know the list you want to target, plus the columns &#8211; then I think regular REST is good.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul R.		</title>
		<link>https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1553</link>

		<dc:creator><![CDATA[Paul R.]]></dc:creator>
		<pubDate>Fri, 09 Jun 2017 20:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5501#comment-1553</guid>

					<description><![CDATA[Really awesome article. Great to see that more functionality and power is moving over to the client side and in the process creating some really nice functionality. While reading through this I was thinking about possibly using it as a basis for creating responsive navigation for our SharePoint site. One question would have from a performance standpoint, if navigational items were list based, and a good number of the items would be security trimmed, what impact would it have on performance.
Further would be better to leverage the Search API for navigation?
Thanks]]></description>
			<content:encoded><![CDATA[<p>Really awesome article. Great to see that more functionality and power is moving over to the client side and in the process creating some really nice functionality. While reading through this I was thinking about possibly using it as a basis for creating responsive navigation for our SharePoint site. One question would have from a performance standpoint, if navigational items were list based, and a good number of the items would be security trimmed, what impact would it have on performance.<br />
Further would be better to leverage the Search API for navigation?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael Soriano		</title>
		<link>https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1552</link>

		<dc:creator><![CDATA[Michael Soriano]]></dc:creator>
		<pubDate>Sat, 17 Dec 2016 17:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5501#comment-1552</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1551&quot;&gt;Piyush&lt;/a&gt;.

Hi Piyush,
I&#039;m not entirely sure what you&#039;re looking for. The entire code is in GitHub.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1551">Piyush</a>.</p>
<p>Hi Piyush,<br />
I&#8217;m not entirely sure what you&#8217;re looking for. The entire code is in GitHub.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piyush		</title>
		<link>https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1551</link>

		<dc:creator><![CDATA[Piyush]]></dc:creator>
		<pubDate>Sat, 17 Dec 2016 09:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5501#comment-1551</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1550&quot;&gt;Piyush&lt;/a&gt;.

Any Update ?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1550">Piyush</a>.</p>
<p>Any Update ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piyush		</title>
		<link>https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1550</link>

		<dc:creator><![CDATA[Piyush]]></dc:creator>
		<pubDate>Mon, 05 Dec 2016 17:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5501#comment-1550</guid>

					<description><![CDATA[Very nice article, can you please assist how to reassemble the pieces of vode, so that we can generate the same at our end.]]></description>
			<content:encoded><![CDATA[<p>Very nice article, can you please assist how to reassemble the pieces of vode, so that we can generate the same at our end.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jahjian		</title>
		<link>https://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/#comment-1549</link>

		<dc:creator><![CDATA[jahjian]]></dc:creator>
		<pubDate>Tue, 21 Jun 2016 11:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=5501#comment-1549</guid>

					<description><![CDATA[nyc one but am just a begginer in this field and i really really. need assistance on my javascript coding..]]></description>
			<content:encoded><![CDATA[<p>nyc one but am just a begginer in this field and i really really. need assistance on my javascript coding..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
