We published another sneak-peak article on a new feature that is coming to ReScript v11:
This one is going to be essential, because originally there was really no good way to do dynamic imports without writing a lot of boilerplate / potentially hard to maintain code.
If you are keen on trying it out before the official release and help us with feedback, that would be really great!
We referred to rescript-core for some in-between advertising — just so ppl know that we will embrace this library in the future.
There will still be quite a few adaptions to the package though, especially after we announced the next big feature (uncurried-by-default). So it will definitely take a few iterations until we fully inlined rescript-core into the compiler.
For now, library authors need to be patient and use builtin modules like Js.* to keep things simple.