odi icon indicating copy to clipboard operation
odi copied to clipboard

Reactive React Components

Open t1amat9409 opened this issue 5 years ago • 2 comments

Does this support react non-pure components? I just tried using useState and class components where it updates every second, something like a timer, but it didn't reflect as expected!

t1amat9409 avatar May 23 '19 11:05 t1amat9409

Hi, currently - no. Unfortunately, you need to set up building pipeline manually and handle assets (js, css) delivery for client-side code. There is some lack of type information for implementing such possibilities. We are working on extended runtime for TypeScript applications, so soon we will have new possibilities in the whole framework at all. The release will be in 2 weeks from now, so after it, we can move forward and begin a new era of TypeScript development 😉

DanTsk avatar May 23 '19 13:05 DanTsk

Great, I'll wait for the next update... Great stuff

t1amat9409 avatar May 24 '19 08:05 t1amat9409