How do you implement operations such as conditional statements and loops in Enact?

I am a first-time user of Enact. I am trying to implement a function using Enact, but I could only see UI-related in Enact's guide. Can you give me a link or sample code for reference? For example, the function of a calculator?

@yjk

Enact is the framework written on React JS to support the webOS app development. It provides the UI library, LS2 library to connect to platform.

Implementation logic will remain like any other React JS and JS development.

Refer to : GitHub - enactjs/samples: Samples applications demonstrating the features and style of Enact for more samples.