Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

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.