odi
odi copied to clipboard
Reactive React Components
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!
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 😉
Great, I'll wait for the next update... Great stuff