简体   繁体   中英

ReactJs and sling CMS connectivity

I'm new to sling, so now I wanted to connect sling CMS with ReactJS Application to dynamically change the data in the front end page with out disturbing the structure of the front end application. To connect ReactJS with Sling CMS, AEM is needed? or any other ways to connect ReactJS with sling CMS

First sling is not CMS. Sling is a java based framework for building RESTful services and applications. AEM is built using JCR Jackrabbit, Apache Sling and few more other technologies.

If you are looking for adding a CMS application to your React app, there are multiple opensource headless CMS tools available like Sanity, Contentful etc.

AEM is little ahead in this game, with its SPA editor , combing its powerful CMS capabilities added on top of React/Angular based SPA applications. But to mention, inorder to use AEM SPA editor features, you ll also need to refactor the react app.

Choice depends on business usecase, training, license etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM