This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

andystorrisch
andystorrisch

Hi, Looking for help and understanding. Our current website is built in October CMS and backend where API's built in Laravel framework couple of year ago.

Now, we are revisiting the website and planning to update. The technology we want to use react JS + Redux.

Also, how can we keep the october CMS intact and integrate the frontend with react JS

Thanks in Advance

Last updated

daftspunky
daftspunky

It's fairly simple, you use the CMS to serve the page and you can use the AJAX handlers to access data using the API. For example

$.request('onGetBlogPosts').done(function(data) { /*...*/ });
andystorrisch
andystorrisch

daftspunk said:

It's fairly simple, you use the CMS to serve the page and you can use the AJAX handlers to access data using the API. For example

$.request('onGetBlogPosts').done(function(data) { /*...*/ });

Thank for your quick reply

victor.cisin1022937
victor.cisin1022937

Hi Andy,

If you still need any help, please touch base with me over " victor.cisin10@gmail.com "

Thanks, Victor

1-4 of 4

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.