You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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 😉
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!
The text was updated successfully, but these errors were encountered: