Is using Hub sites the new way of having sub-sites











up vote
5
down vote

favorite












I am working on a new sharepoint online project. and we need to build the following:




  1. Have a main intranet site where users can publish news, events and general documents and templates.

  2. To have separate sites or sub-sites for each department. Such as HR, IT, Finance, etc.


Now I was planning to follow the traditional way of doing things, mainly by:




  1. Create a new classic team site (mainly to use the built-in root site collection).


  2. To create separate classic team sub-sites for our departments.



But recently I read about Hub sites, and it is been mentioned that using hub sites should be the new/modern way of having sub-sites.



So I am not sure if for my above case I should follow having classic team site and classic sub-sites? OR I should use Hub sites and have departments' site collections that are linked to the hub site?



second point. one of the main benefits i usually get from using site collection and sub-sites, is that columns and content types created at the root site (site collection) will be available to all the sub-sites without having to set content type hubs or any things else, also i have the ability to have a sub-site which inherit from its root site, finally i also have the ability to have sub-sites of each sub-site. so i am not sure if these features/capabilities are offered for us when we use site collections linked to Hub Sites?










share|improve this question




























    up vote
    5
    down vote

    favorite












    I am working on a new sharepoint online project. and we need to build the following:




    1. Have a main intranet site where users can publish news, events and general documents and templates.

    2. To have separate sites or sub-sites for each department. Such as HR, IT, Finance, etc.


    Now I was planning to follow the traditional way of doing things, mainly by:




    1. Create a new classic team site (mainly to use the built-in root site collection).


    2. To create separate classic team sub-sites for our departments.



    But recently I read about Hub sites, and it is been mentioned that using hub sites should be the new/modern way of having sub-sites.



    So I am not sure if for my above case I should follow having classic team site and classic sub-sites? OR I should use Hub sites and have departments' site collections that are linked to the hub site?



    second point. one of the main benefits i usually get from using site collection and sub-sites, is that columns and content types created at the root site (site collection) will be available to all the sub-sites without having to set content type hubs or any things else, also i have the ability to have a sub-site which inherit from its root site, finally i also have the ability to have sub-sites of each sub-site. so i am not sure if these features/capabilities are offered for us when we use site collections linked to Hub Sites?










    share|improve this question


























      up vote
      5
      down vote

      favorite









      up vote
      5
      down vote

      favorite











      I am working on a new sharepoint online project. and we need to build the following:




      1. Have a main intranet site where users can publish news, events and general documents and templates.

      2. To have separate sites or sub-sites for each department. Such as HR, IT, Finance, etc.


      Now I was planning to follow the traditional way of doing things, mainly by:




      1. Create a new classic team site (mainly to use the built-in root site collection).


      2. To create separate classic team sub-sites for our departments.



      But recently I read about Hub sites, and it is been mentioned that using hub sites should be the new/modern way of having sub-sites.



      So I am not sure if for my above case I should follow having classic team site and classic sub-sites? OR I should use Hub sites and have departments' site collections that are linked to the hub site?



      second point. one of the main benefits i usually get from using site collection and sub-sites, is that columns and content types created at the root site (site collection) will be available to all the sub-sites without having to set content type hubs or any things else, also i have the ability to have a sub-site which inherit from its root site, finally i also have the ability to have sub-sites of each sub-site. so i am not sure if these features/capabilities are offered for us when we use site collections linked to Hub Sites?










      share|improve this question















      I am working on a new sharepoint online project. and we need to build the following:




      1. Have a main intranet site where users can publish news, events and general documents and templates.

      2. To have separate sites or sub-sites for each department. Such as HR, IT, Finance, etc.


      Now I was planning to follow the traditional way of doing things, mainly by:




      1. Create a new classic team site (mainly to use the built-in root site collection).


      2. To create separate classic team sub-sites for our departments.



      But recently I read about Hub sites, and it is been mentioned that using hub sites should be the new/modern way of having sub-sites.



      So I am not sure if for my above case I should follow having classic team site and classic sub-sites? OR I should use Hub sites and have departments' site collections that are linked to the hub site?



      second point. one of the main benefits i usually get from using site collection and sub-sites, is that columns and content types created at the root site (site collection) will be available to all the sub-sites without having to set content type hubs or any things else, also i have the ability to have a sub-site which inherit from its root site, finally i also have the ability to have sub-sites of each sub-site. so i am not sure if these features/capabilities are offered for us when we use site collections linked to Hub Sites?







      sharepoint-online team-sites community-site modern-team-site hub-site






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 19 at 12:45

























      asked Nov 19 at 11:33









      SharePoint TestDev

      9610




      9610






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          6
          down vote













          Certainly, the standard recommendation moving forward would be to use modern sites and a flat structure, rather than subsites and/or classic sites. You're right, this changes how we approach things like content types.



          The content type story is an interesting one these days:




          • Content type hubs haven't been updated recently, nor have they been talked about at any recent conference, that I'm aware of

          • MS seems to have decided that they like developers to be involved for these scenarios, as guidance points to resources such as the PNP dev tools, which certainly provide simple mechanisms to deploy virtually any sharepoint asset to site collections, including site columns and content types

          • Site scripts allow us to deploy content types and site columns when the site is created, no hub site needed. (site scripts involve JSON and powershell, so again, some developer skill is needed here)


          That said, there are some interesting benefits of flat structures, including permissions. Subsites per department often means breaking permission inheritance, which many users find confusing to administer. Flat structures mean that each site simply has permissions applied directly, without dealing with the mess of breaking inheritance.






          share|improve this answer

















          • 1




            Correct! The use of a hub site does not automatically cause site content types to be published - a hub site is not a content type publishing hub site. If you use a hub site, and want to use consistent content types throughout, you need to use another mechanism, such as a content type hub, site script, powershell, or 3rd party tool.
            – Mike2500
            Nov 19 at 13:38






          • 1




            ShareGate is a great option for this, but yes, ultimately with any of these tools, the content types are separate: they are copied to each site, but each is a separate copy.
            – Mike2500
            Nov 19 at 13:56






          • 1




            My corporation is in the middle of a large SPO deployment and we've been assigned some Microsoft engineers as resources. I asked this question of them back when we were in the initial planning stages and this answer mirrors the response they provided me. The future of the Microsoft environment is groups (office unified groups) for every possible collection of users, site collections for every workspace, and hub sites tying them together.
            – Brian R
            Nov 19 at 15:58






          • 1




            That was last year's answer. Today, the answer is Teams for collaboration and communication sites for ... communication. ;)
            – Mike2500
            Nov 19 at 16:08






          • 1




            I understand your scenario, and that's what my answer addresses
            – Mike2500
            Nov 19 at 17:22


















          up vote
          2
          down vote













          Another way to approach this is: how much risk is acceptable in my project ?



          The flat model and hub sites gives us a lot out of the box, however once we hit the boundries, we hit them at full speed, and only a very limited number of the old tricks we know is available in Modern SharePoint.



          One thing is for sure, we'll be writing a lot of PowerShell in the next few years in order to update all those disjoined site collections






          share|improve this answer





















          • i know it is a grey area... and we are not at the best period to take decisions... but when we read about the benefits which are offered by modern sites and flat structures, we can not eliminate them and just go with the standard site collection/sub-suite,, i think we need to go for the modern Flatt structure and pay the price/effort (which seems it is a mandatory price/effort at this stage).. what do you think ?
            – SharePoint TestDev
            Nov 19 at 13:45










          • second point,can you please give us some examples of the boundaries we might face when using modern team sites ?
            – SharePoint TestDev
            Nov 19 at 13:51






          • 1




            This article sums it up nicely: digital.withum.com/blog/…
            – Kasper Bo Larsen
            Nov 19 at 14:13










          • thanks for the reply. now from the link you provide seems the main limitation of using modern sites is that we can not have modern sub-sites.. But regarding the limitations on the UI, i think these limitations are also valid when using classic team sites, because in sharepoint online classic sites it is not recommended to provide custom master pages (although we can) , as customizing the master pages (for example customizing a copy of the seatle.html) might break in the future if SharePoint provides an update which is not compatible with our custom master page...
            – SharePoint TestDev
            Nov 19 at 23:21










          • From my point of view the primary shortcomings are that you can no longer can inject js snipperts on the pages/lists without involving a developer to create a SPfx component and the fact that you will have to revert to classic if you are using any search based solutions as Modern does not cater for Search as we know it today
            – Kasper Bo Larsen
            Nov 20 at 6:37











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "232"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsharepoint.stackexchange.com%2fquestions%2f252914%2fis-using-hub-sites-the-new-way-of-having-sub-sites%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          6
          down vote













          Certainly, the standard recommendation moving forward would be to use modern sites and a flat structure, rather than subsites and/or classic sites. You're right, this changes how we approach things like content types.



          The content type story is an interesting one these days:




          • Content type hubs haven't been updated recently, nor have they been talked about at any recent conference, that I'm aware of

          • MS seems to have decided that they like developers to be involved for these scenarios, as guidance points to resources such as the PNP dev tools, which certainly provide simple mechanisms to deploy virtually any sharepoint asset to site collections, including site columns and content types

          • Site scripts allow us to deploy content types and site columns when the site is created, no hub site needed. (site scripts involve JSON and powershell, so again, some developer skill is needed here)


          That said, there are some interesting benefits of flat structures, including permissions. Subsites per department often means breaking permission inheritance, which many users find confusing to administer. Flat structures mean that each site simply has permissions applied directly, without dealing with the mess of breaking inheritance.






          share|improve this answer

















          • 1




            Correct! The use of a hub site does not automatically cause site content types to be published - a hub site is not a content type publishing hub site. If you use a hub site, and want to use consistent content types throughout, you need to use another mechanism, such as a content type hub, site script, powershell, or 3rd party tool.
            – Mike2500
            Nov 19 at 13:38






          • 1




            ShareGate is a great option for this, but yes, ultimately with any of these tools, the content types are separate: they are copied to each site, but each is a separate copy.
            – Mike2500
            Nov 19 at 13:56






          • 1




            My corporation is in the middle of a large SPO deployment and we've been assigned some Microsoft engineers as resources. I asked this question of them back when we were in the initial planning stages and this answer mirrors the response they provided me. The future of the Microsoft environment is groups (office unified groups) for every possible collection of users, site collections for every workspace, and hub sites tying them together.
            – Brian R
            Nov 19 at 15:58






          • 1




            That was last year's answer. Today, the answer is Teams for collaboration and communication sites for ... communication. ;)
            – Mike2500
            Nov 19 at 16:08






          • 1




            I understand your scenario, and that's what my answer addresses
            – Mike2500
            Nov 19 at 17:22















          up vote
          6
          down vote













          Certainly, the standard recommendation moving forward would be to use modern sites and a flat structure, rather than subsites and/or classic sites. You're right, this changes how we approach things like content types.



          The content type story is an interesting one these days:




          • Content type hubs haven't been updated recently, nor have they been talked about at any recent conference, that I'm aware of

          • MS seems to have decided that they like developers to be involved for these scenarios, as guidance points to resources such as the PNP dev tools, which certainly provide simple mechanisms to deploy virtually any sharepoint asset to site collections, including site columns and content types

          • Site scripts allow us to deploy content types and site columns when the site is created, no hub site needed. (site scripts involve JSON and powershell, so again, some developer skill is needed here)


          That said, there are some interesting benefits of flat structures, including permissions. Subsites per department often means breaking permission inheritance, which many users find confusing to administer. Flat structures mean that each site simply has permissions applied directly, without dealing with the mess of breaking inheritance.






          share|improve this answer

















          • 1




            Correct! The use of a hub site does not automatically cause site content types to be published - a hub site is not a content type publishing hub site. If you use a hub site, and want to use consistent content types throughout, you need to use another mechanism, such as a content type hub, site script, powershell, or 3rd party tool.
            – Mike2500
            Nov 19 at 13:38






          • 1




            ShareGate is a great option for this, but yes, ultimately with any of these tools, the content types are separate: they are copied to each site, but each is a separate copy.
            – Mike2500
            Nov 19 at 13:56






          • 1




            My corporation is in the middle of a large SPO deployment and we've been assigned some Microsoft engineers as resources. I asked this question of them back when we were in the initial planning stages and this answer mirrors the response they provided me. The future of the Microsoft environment is groups (office unified groups) for every possible collection of users, site collections for every workspace, and hub sites tying them together.
            – Brian R
            Nov 19 at 15:58






          • 1




            That was last year's answer. Today, the answer is Teams for collaboration and communication sites for ... communication. ;)
            – Mike2500
            Nov 19 at 16:08






          • 1




            I understand your scenario, and that's what my answer addresses
            – Mike2500
            Nov 19 at 17:22













          up vote
          6
          down vote










          up vote
          6
          down vote









          Certainly, the standard recommendation moving forward would be to use modern sites and a flat structure, rather than subsites and/or classic sites. You're right, this changes how we approach things like content types.



          The content type story is an interesting one these days:




          • Content type hubs haven't been updated recently, nor have they been talked about at any recent conference, that I'm aware of

          • MS seems to have decided that they like developers to be involved for these scenarios, as guidance points to resources such as the PNP dev tools, which certainly provide simple mechanisms to deploy virtually any sharepoint asset to site collections, including site columns and content types

          • Site scripts allow us to deploy content types and site columns when the site is created, no hub site needed. (site scripts involve JSON and powershell, so again, some developer skill is needed here)


          That said, there are some interesting benefits of flat structures, including permissions. Subsites per department often means breaking permission inheritance, which many users find confusing to administer. Flat structures mean that each site simply has permissions applied directly, without dealing with the mess of breaking inheritance.






          share|improve this answer












          Certainly, the standard recommendation moving forward would be to use modern sites and a flat structure, rather than subsites and/or classic sites. You're right, this changes how we approach things like content types.



          The content type story is an interesting one these days:




          • Content type hubs haven't been updated recently, nor have they been talked about at any recent conference, that I'm aware of

          • MS seems to have decided that they like developers to be involved for these scenarios, as guidance points to resources such as the PNP dev tools, which certainly provide simple mechanisms to deploy virtually any sharepoint asset to site collections, including site columns and content types

          • Site scripts allow us to deploy content types and site columns when the site is created, no hub site needed. (site scripts involve JSON and powershell, so again, some developer skill is needed here)


          That said, there are some interesting benefits of flat structures, including permissions. Subsites per department often means breaking permission inheritance, which many users find confusing to administer. Flat structures mean that each site simply has permissions applied directly, without dealing with the mess of breaking inheritance.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 19 at 13:24









          Mike2500

          4,87631328




          4,87631328








          • 1




            Correct! The use of a hub site does not automatically cause site content types to be published - a hub site is not a content type publishing hub site. If you use a hub site, and want to use consistent content types throughout, you need to use another mechanism, such as a content type hub, site script, powershell, or 3rd party tool.
            – Mike2500
            Nov 19 at 13:38






          • 1




            ShareGate is a great option for this, but yes, ultimately with any of these tools, the content types are separate: they are copied to each site, but each is a separate copy.
            – Mike2500
            Nov 19 at 13:56






          • 1




            My corporation is in the middle of a large SPO deployment and we've been assigned some Microsoft engineers as resources. I asked this question of them back when we were in the initial planning stages and this answer mirrors the response they provided me. The future of the Microsoft environment is groups (office unified groups) for every possible collection of users, site collections for every workspace, and hub sites tying them together.
            – Brian R
            Nov 19 at 15:58






          • 1




            That was last year's answer. Today, the answer is Teams for collaboration and communication sites for ... communication. ;)
            – Mike2500
            Nov 19 at 16:08






          • 1




            I understand your scenario, and that's what my answer addresses
            – Mike2500
            Nov 19 at 17:22














          • 1




            Correct! The use of a hub site does not automatically cause site content types to be published - a hub site is not a content type publishing hub site. If you use a hub site, and want to use consistent content types throughout, you need to use another mechanism, such as a content type hub, site script, powershell, or 3rd party tool.
            – Mike2500
            Nov 19 at 13:38






          • 1




            ShareGate is a great option for this, but yes, ultimately with any of these tools, the content types are separate: they are copied to each site, but each is a separate copy.
            – Mike2500
            Nov 19 at 13:56






          • 1




            My corporation is in the middle of a large SPO deployment and we've been assigned some Microsoft engineers as resources. I asked this question of them back when we were in the initial planning stages and this answer mirrors the response they provided me. The future of the Microsoft environment is groups (office unified groups) for every possible collection of users, site collections for every workspace, and hub sites tying them together.
            – Brian R
            Nov 19 at 15:58






          • 1




            That was last year's answer. Today, the answer is Teams for collaboration and communication sites for ... communication. ;)
            – Mike2500
            Nov 19 at 16:08






          • 1




            I understand your scenario, and that's what my answer addresses
            – Mike2500
            Nov 19 at 17:22








          1




          1




          Correct! The use of a hub site does not automatically cause site content types to be published - a hub site is not a content type publishing hub site. If you use a hub site, and want to use consistent content types throughout, you need to use another mechanism, such as a content type hub, site script, powershell, or 3rd party tool.
          – Mike2500
          Nov 19 at 13:38




          Correct! The use of a hub site does not automatically cause site content types to be published - a hub site is not a content type publishing hub site. If you use a hub site, and want to use consistent content types throughout, you need to use another mechanism, such as a content type hub, site script, powershell, or 3rd party tool.
          – Mike2500
          Nov 19 at 13:38




          1




          1




          ShareGate is a great option for this, but yes, ultimately with any of these tools, the content types are separate: they are copied to each site, but each is a separate copy.
          – Mike2500
          Nov 19 at 13:56




          ShareGate is a great option for this, but yes, ultimately with any of these tools, the content types are separate: they are copied to each site, but each is a separate copy.
          – Mike2500
          Nov 19 at 13:56




          1




          1




          My corporation is in the middle of a large SPO deployment and we've been assigned some Microsoft engineers as resources. I asked this question of them back when we were in the initial planning stages and this answer mirrors the response they provided me. The future of the Microsoft environment is groups (office unified groups) for every possible collection of users, site collections for every workspace, and hub sites tying them together.
          – Brian R
          Nov 19 at 15:58




          My corporation is in the middle of a large SPO deployment and we've been assigned some Microsoft engineers as resources. I asked this question of them back when we were in the initial planning stages and this answer mirrors the response they provided me. The future of the Microsoft environment is groups (office unified groups) for every possible collection of users, site collections for every workspace, and hub sites tying them together.
          – Brian R
          Nov 19 at 15:58




          1




          1




          That was last year's answer. Today, the answer is Teams for collaboration and communication sites for ... communication. ;)
          – Mike2500
          Nov 19 at 16:08




          That was last year's answer. Today, the answer is Teams for collaboration and communication sites for ... communication. ;)
          – Mike2500
          Nov 19 at 16:08




          1




          1




          I understand your scenario, and that's what my answer addresses
          – Mike2500
          Nov 19 at 17:22




          I understand your scenario, and that's what my answer addresses
          – Mike2500
          Nov 19 at 17:22












          up vote
          2
          down vote













          Another way to approach this is: how much risk is acceptable in my project ?



          The flat model and hub sites gives us a lot out of the box, however once we hit the boundries, we hit them at full speed, and only a very limited number of the old tricks we know is available in Modern SharePoint.



          One thing is for sure, we'll be writing a lot of PowerShell in the next few years in order to update all those disjoined site collections






          share|improve this answer





















          • i know it is a grey area... and we are not at the best period to take decisions... but when we read about the benefits which are offered by modern sites and flat structures, we can not eliminate them and just go with the standard site collection/sub-suite,, i think we need to go for the modern Flatt structure and pay the price/effort (which seems it is a mandatory price/effort at this stage).. what do you think ?
            – SharePoint TestDev
            Nov 19 at 13:45










          • second point,can you please give us some examples of the boundaries we might face when using modern team sites ?
            – SharePoint TestDev
            Nov 19 at 13:51






          • 1




            This article sums it up nicely: digital.withum.com/blog/…
            – Kasper Bo Larsen
            Nov 19 at 14:13










          • thanks for the reply. now from the link you provide seems the main limitation of using modern sites is that we can not have modern sub-sites.. But regarding the limitations on the UI, i think these limitations are also valid when using classic team sites, because in sharepoint online classic sites it is not recommended to provide custom master pages (although we can) , as customizing the master pages (for example customizing a copy of the seatle.html) might break in the future if SharePoint provides an update which is not compatible with our custom master page...
            – SharePoint TestDev
            Nov 19 at 23:21










          • From my point of view the primary shortcomings are that you can no longer can inject js snipperts on the pages/lists without involving a developer to create a SPfx component and the fact that you will have to revert to classic if you are using any search based solutions as Modern does not cater for Search as we know it today
            – Kasper Bo Larsen
            Nov 20 at 6:37















          up vote
          2
          down vote













          Another way to approach this is: how much risk is acceptable in my project ?



          The flat model and hub sites gives us a lot out of the box, however once we hit the boundries, we hit them at full speed, and only a very limited number of the old tricks we know is available in Modern SharePoint.



          One thing is for sure, we'll be writing a lot of PowerShell in the next few years in order to update all those disjoined site collections






          share|improve this answer





















          • i know it is a grey area... and we are not at the best period to take decisions... but when we read about the benefits which are offered by modern sites and flat structures, we can not eliminate them and just go with the standard site collection/sub-suite,, i think we need to go for the modern Flatt structure and pay the price/effort (which seems it is a mandatory price/effort at this stage).. what do you think ?
            – SharePoint TestDev
            Nov 19 at 13:45










          • second point,can you please give us some examples of the boundaries we might face when using modern team sites ?
            – SharePoint TestDev
            Nov 19 at 13:51






          • 1




            This article sums it up nicely: digital.withum.com/blog/…
            – Kasper Bo Larsen
            Nov 19 at 14:13










          • thanks for the reply. now from the link you provide seems the main limitation of using modern sites is that we can not have modern sub-sites.. But regarding the limitations on the UI, i think these limitations are also valid when using classic team sites, because in sharepoint online classic sites it is not recommended to provide custom master pages (although we can) , as customizing the master pages (for example customizing a copy of the seatle.html) might break in the future if SharePoint provides an update which is not compatible with our custom master page...
            – SharePoint TestDev
            Nov 19 at 23:21










          • From my point of view the primary shortcomings are that you can no longer can inject js snipperts on the pages/lists without involving a developer to create a SPfx component and the fact that you will have to revert to classic if you are using any search based solutions as Modern does not cater for Search as we know it today
            – Kasper Bo Larsen
            Nov 20 at 6:37













          up vote
          2
          down vote










          up vote
          2
          down vote









          Another way to approach this is: how much risk is acceptable in my project ?



          The flat model and hub sites gives us a lot out of the box, however once we hit the boundries, we hit them at full speed, and only a very limited number of the old tricks we know is available in Modern SharePoint.



          One thing is for sure, we'll be writing a lot of PowerShell in the next few years in order to update all those disjoined site collections






          share|improve this answer












          Another way to approach this is: how much risk is acceptable in my project ?



          The flat model and hub sites gives us a lot out of the box, however once we hit the boundries, we hit them at full speed, and only a very limited number of the old tricks we know is available in Modern SharePoint.



          One thing is for sure, we'll be writing a lot of PowerShell in the next few years in order to update all those disjoined site collections







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 19 at 13:41









          Kasper Bo Larsen

          1,55321017




          1,55321017












          • i know it is a grey area... and we are not at the best period to take decisions... but when we read about the benefits which are offered by modern sites and flat structures, we can not eliminate them and just go with the standard site collection/sub-suite,, i think we need to go for the modern Flatt structure and pay the price/effort (which seems it is a mandatory price/effort at this stage).. what do you think ?
            – SharePoint TestDev
            Nov 19 at 13:45










          • second point,can you please give us some examples of the boundaries we might face when using modern team sites ?
            – SharePoint TestDev
            Nov 19 at 13:51






          • 1




            This article sums it up nicely: digital.withum.com/blog/…
            – Kasper Bo Larsen
            Nov 19 at 14:13










          • thanks for the reply. now from the link you provide seems the main limitation of using modern sites is that we can not have modern sub-sites.. But regarding the limitations on the UI, i think these limitations are also valid when using classic team sites, because in sharepoint online classic sites it is not recommended to provide custom master pages (although we can) , as customizing the master pages (for example customizing a copy of the seatle.html) might break in the future if SharePoint provides an update which is not compatible with our custom master page...
            – SharePoint TestDev
            Nov 19 at 23:21










          • From my point of view the primary shortcomings are that you can no longer can inject js snipperts on the pages/lists without involving a developer to create a SPfx component and the fact that you will have to revert to classic if you are using any search based solutions as Modern does not cater for Search as we know it today
            – Kasper Bo Larsen
            Nov 20 at 6:37


















          • i know it is a grey area... and we are not at the best period to take decisions... but when we read about the benefits which are offered by modern sites and flat structures, we can not eliminate them and just go with the standard site collection/sub-suite,, i think we need to go for the modern Flatt structure and pay the price/effort (which seems it is a mandatory price/effort at this stage).. what do you think ?
            – SharePoint TestDev
            Nov 19 at 13:45










          • second point,can you please give us some examples of the boundaries we might face when using modern team sites ?
            – SharePoint TestDev
            Nov 19 at 13:51






          • 1




            This article sums it up nicely: digital.withum.com/blog/…
            – Kasper Bo Larsen
            Nov 19 at 14:13










          • thanks for the reply. now from the link you provide seems the main limitation of using modern sites is that we can not have modern sub-sites.. But regarding the limitations on the UI, i think these limitations are also valid when using classic team sites, because in sharepoint online classic sites it is not recommended to provide custom master pages (although we can) , as customizing the master pages (for example customizing a copy of the seatle.html) might break in the future if SharePoint provides an update which is not compatible with our custom master page...
            – SharePoint TestDev
            Nov 19 at 23:21










          • From my point of view the primary shortcomings are that you can no longer can inject js snipperts on the pages/lists without involving a developer to create a SPfx component and the fact that you will have to revert to classic if you are using any search based solutions as Modern does not cater for Search as we know it today
            – Kasper Bo Larsen
            Nov 20 at 6:37
















          i know it is a grey area... and we are not at the best period to take decisions... but when we read about the benefits which are offered by modern sites and flat structures, we can not eliminate them and just go with the standard site collection/sub-suite,, i think we need to go for the modern Flatt structure and pay the price/effort (which seems it is a mandatory price/effort at this stage).. what do you think ?
          – SharePoint TestDev
          Nov 19 at 13:45




          i know it is a grey area... and we are not at the best period to take decisions... but when we read about the benefits which are offered by modern sites and flat structures, we can not eliminate them and just go with the standard site collection/sub-suite,, i think we need to go for the modern Flatt structure and pay the price/effort (which seems it is a mandatory price/effort at this stage).. what do you think ?
          – SharePoint TestDev
          Nov 19 at 13:45












          second point,can you please give us some examples of the boundaries we might face when using modern team sites ?
          – SharePoint TestDev
          Nov 19 at 13:51




          second point,can you please give us some examples of the boundaries we might face when using modern team sites ?
          – SharePoint TestDev
          Nov 19 at 13:51




          1




          1




          This article sums it up nicely: digital.withum.com/blog/…
          – Kasper Bo Larsen
          Nov 19 at 14:13




          This article sums it up nicely: digital.withum.com/blog/…
          – Kasper Bo Larsen
          Nov 19 at 14:13












          thanks for the reply. now from the link you provide seems the main limitation of using modern sites is that we can not have modern sub-sites.. But regarding the limitations on the UI, i think these limitations are also valid when using classic team sites, because in sharepoint online classic sites it is not recommended to provide custom master pages (although we can) , as customizing the master pages (for example customizing a copy of the seatle.html) might break in the future if SharePoint provides an update which is not compatible with our custom master page...
          – SharePoint TestDev
          Nov 19 at 23:21




          thanks for the reply. now from the link you provide seems the main limitation of using modern sites is that we can not have modern sub-sites.. But regarding the limitations on the UI, i think these limitations are also valid when using classic team sites, because in sharepoint online classic sites it is not recommended to provide custom master pages (although we can) , as customizing the master pages (for example customizing a copy of the seatle.html) might break in the future if SharePoint provides an update which is not compatible with our custom master page...
          – SharePoint TestDev
          Nov 19 at 23:21












          From my point of view the primary shortcomings are that you can no longer can inject js snipperts on the pages/lists without involving a developer to create a SPfx component and the fact that you will have to revert to classic if you are using any search based solutions as Modern does not cater for Search as we know it today
          – Kasper Bo Larsen
          Nov 20 at 6:37




          From my point of view the primary shortcomings are that you can no longer can inject js snipperts on the pages/lists without involving a developer to create a SPfx component and the fact that you will have to revert to classic if you are using any search based solutions as Modern does not cater for Search as we know it today
          – Kasper Bo Larsen
          Nov 20 at 6:37


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to SharePoint Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsharepoint.stackexchange.com%2fquestions%2f252914%2fis-using-hub-sites-the-new-way-of-having-sub-sites%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?