Experience Editor support AND headless?












2















We're using Sitecore 9 for a greenfield project. One of the topics of discussion is whether or not we want to use EE vs. Headless. I'm not going to ask the pros vs cons of using one over the other, I have experience and done plenty of reading on that.



However, from my reading on JSS, it would seem that it's possible to have a mix of the two if you so desired. Some parts could have full EE support, but some parts can be completely headless if desired. Is that right, or is there something I'm missing that would prevent this?










share|improve this question





























    2















    We're using Sitecore 9 for a greenfield project. One of the topics of discussion is whether or not we want to use EE vs. Headless. I'm not going to ask the pros vs cons of using one over the other, I have experience and done plenty of reading on that.



    However, from my reading on JSS, it would seem that it's possible to have a mix of the two if you so desired. Some parts could have full EE support, but some parts can be completely headless if desired. Is that right, or is there something I'm missing that would prevent this?










    share|improve this question



























      2












      2








      2








      We're using Sitecore 9 for a greenfield project. One of the topics of discussion is whether or not we want to use EE vs. Headless. I'm not going to ask the pros vs cons of using one over the other, I have experience and done plenty of reading on that.



      However, from my reading on JSS, it would seem that it's possible to have a mix of the two if you so desired. Some parts could have full EE support, but some parts can be completely headless if desired. Is that right, or is there something I'm missing that would prevent this?










      share|improve this question
















      We're using Sitecore 9 for a greenfield project. One of the topics of discussion is whether or not we want to use EE vs. Headless. I'm not going to ask the pros vs cons of using one over the other, I have experience and done plenty of reading on that.



      However, from my reading on JSS, it would seem that it's possible to have a mix of the two if you so desired. Some parts could have full EE support, but some parts can be completely headless if desired. Is that right, or is there something I'm missing that would prevent this?







      experience-editor jss






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 hours ago









      Mark Cassidy

      17k43480




      17k43480










      asked 2 hours ago









      Frank RosarioFrank Rosario

      1314




      1314






















          1 Answer
          1






          active

          oldest

          votes


















          3














          As long as your app is capable of server-side rendering (SSR) then you can render it on a Sitecore CM server and use Experience Editor (EE) to edit it.



          Beyond that, your app can live on a Node.js server somewhere (separate from Sitecore) and consume Layout Service data for rendering.



          That said, you are not able to use Experience Editor in a headless fashion. In other words, Experience Editor requires a Sitecore instance.



          The Application Modes section of the JSS docs might provide further insights: https://jss.sitecore.com/docs/fundamentals/application-modes



          Essentially, your app would run in Integrated Mode on the CM server in order to enable EE management. Then you could use either Headless SSR Mode or API only mode to run your app headlessly. With your app fetching Layout Service data from a Sitecore CD.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "664"
            };
            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',
            autoActivateHeartbeat: false,
            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%2fsitecore.stackexchange.com%2fquestions%2f16237%2fexperience-editor-support-and-headless%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            As long as your app is capable of server-side rendering (SSR) then you can render it on a Sitecore CM server and use Experience Editor (EE) to edit it.



            Beyond that, your app can live on a Node.js server somewhere (separate from Sitecore) and consume Layout Service data for rendering.



            That said, you are not able to use Experience Editor in a headless fashion. In other words, Experience Editor requires a Sitecore instance.



            The Application Modes section of the JSS docs might provide further insights: https://jss.sitecore.com/docs/fundamentals/application-modes



            Essentially, your app would run in Integrated Mode on the CM server in order to enable EE management. Then you could use either Headless SSR Mode or API only mode to run your app headlessly. With your app fetching Layout Service data from a Sitecore CD.






            share|improve this answer




























              3














              As long as your app is capable of server-side rendering (SSR) then you can render it on a Sitecore CM server and use Experience Editor (EE) to edit it.



              Beyond that, your app can live on a Node.js server somewhere (separate from Sitecore) and consume Layout Service data for rendering.



              That said, you are not able to use Experience Editor in a headless fashion. In other words, Experience Editor requires a Sitecore instance.



              The Application Modes section of the JSS docs might provide further insights: https://jss.sitecore.com/docs/fundamentals/application-modes



              Essentially, your app would run in Integrated Mode on the CM server in order to enable EE management. Then you could use either Headless SSR Mode or API only mode to run your app headlessly. With your app fetching Layout Service data from a Sitecore CD.






              share|improve this answer


























                3












                3








                3







                As long as your app is capable of server-side rendering (SSR) then you can render it on a Sitecore CM server and use Experience Editor (EE) to edit it.



                Beyond that, your app can live on a Node.js server somewhere (separate from Sitecore) and consume Layout Service data for rendering.



                That said, you are not able to use Experience Editor in a headless fashion. In other words, Experience Editor requires a Sitecore instance.



                The Application Modes section of the JSS docs might provide further insights: https://jss.sitecore.com/docs/fundamentals/application-modes



                Essentially, your app would run in Integrated Mode on the CM server in order to enable EE management. Then you could use either Headless SSR Mode or API only mode to run your app headlessly. With your app fetching Layout Service data from a Sitecore CD.






                share|improve this answer













                As long as your app is capable of server-side rendering (SSR) then you can render it on a Sitecore CM server and use Experience Editor (EE) to edit it.



                Beyond that, your app can live on a Node.js server somewhere (separate from Sitecore) and consume Layout Service data for rendering.



                That said, you are not able to use Experience Editor in a headless fashion. In other words, Experience Editor requires a Sitecore instance.



                The Application Modes section of the JSS docs might provide further insights: https://jss.sitecore.com/docs/fundamentals/application-modes



                Essentially, your app would run in Integrated Mode on the CM server in order to enable EE management. Then you could use either Headless SSR Mode or API only mode to run your app headlessly. With your app fetching Layout Service data from a Sitecore CD.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 2 hours ago









                Adam WeberAdam Weber

                1,017210




                1,017210






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Sitecore 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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f16237%2fexperience-editor-support-and-headless%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

                    Histoire des bourses de valeurs

                    Why is there Russian traffic in my log files?

                    Rename multiple files to decrement number in file name?