
Joel Varty
Activity overview
Latest activity by Joel Varty-
Joel Varty commented, Official commentHi there - amazing work so far! Next.js and Agility CMS go great together. You have a couple of options here. You can certainly make the second call using the referencename from module. That wil...
-
Joel Varty commented, Official commentHi there - not a huge perf difference between the ViewComponents and direct to Partial Views. ASP.Net Core removes the notion of Partial Controllers and replaces it with ViewComponents, so you can...
-
Joel Varty commented, Official commentHi there - this is something that we made available with the ASP.Net Core version of Agility.Web. Here's an example of an async ViewComponent: https://github.com/agility/Agility-DotNetCore-TestDri...
-
Joel Varty commented, About 500 pages. Regular build takes between 40-60 seconds. Incremental build takes between 4-6 seconds.
-
Joel Varty commented, In addition to the comments above: One of the things that’s pretty new for Gatsby, but works really well, is Incremental Builds. Getting this going is a little tricky, but not that tough. Make su...
-
Joel Varty commented, That's wicked!
-
Joel Varty commented, Official commentThere is a nested sitemap object that you can access via GraphQL. See the example here: https://github.com/agility/agility-website-gatsby/blob/master/src/components/GlobalHeader.js= The graphQL is ...
-
Joel Varty commented, Official commentThe "id" field is assigned by Gatsby. Agility uses the itemID field internally to manage the sync state of an item. For your own purposes, use contentID - that will always correspond to the conten...
-
Joel Varty commented, Official commentExcellent question! I had planned to write a post on this soon, but until then, you can check out how we implemented this on agilitycms.com here: Post Listing Modulehttps://github.com/agility/agil...
-
Joel Varty commented, I just checked through the source code for this and no, we don't capture the parent in the dynamic page item itself, however, if you access the sitemap (AgilityContext.Sitemap) and traverse that to...