Dmitry
Dmitry
Another example: [not working](https://share.effector.dev/BXOxcgpL) / [working](https://share.effector.dev/ohZpprJC)
> Warning: Plugin apis are going to be deprecated in v2. With v2, swc will provide a rust-based plugin api instead 😒 Otherwise it’ll going to be a huge improvement...
so, we need to wait for v2 and write the implementation. plugins written in rust seem to be an interesting experience; the only thing I was wary of was the...
[Looks like swc v2 is still in alpha](https://github.com/swc-project/swc/issues/1321) and will not be used in nextjs 12; it will use its own plugins
I tell vercel about effector, please [upvote an answer](https://github.com/vercel/next.js/discussions/30174#discussioncomment-1568991). And would be great if you’ll reply in their thread too
1. [effector: we need to go deeper](https://dev.to/effector/effector-we-need-to-go-deeper-4geg). I treat this as strongly advanced knowledge. Just look at its size. You doesn't need to know about type theory to use typescript,...
> Deprecate domain-less unit creators? The long-range strategic goal of effector is to get a high-level overview of an application, I covered in detail the process of designing that in...
This is a bug (regression) in typescript 4.5.4, this patch version introduces a breaking change, in 4.5.2 everything is working as expected. We are going to talk about this with...
I have thought about this situation a bit more. Instead of going to "fight" with typescript team (what if this optimization is really important and useful for everyone else?), it...
Great idea! Would like to implement?