Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

React SPA Project with Function Based component

Avatar

Level 4

I was trying to set up React SPA in my local. I have done that successfully but the example comes with one REACT component which used the old class-based approach. What changes do I need to make to use the new Function-based components?  

It will be helpful if someone can share the code example/ pseudo codes of all the changes and integrations required to get it running.

 

Thanks,

Ankan Ghosh

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 4

Thanks for the response.

But I already have this set up on my machine. I am trying to get a Function-based react component working in it.