Stanisław Małolepszy
Stanisław Małolepszy
This is a really interesting idea! I think it would improve the developer experience in TypeScript by a lot. It would be interesting to see a proof-of-concept prototype of this....
Very exciting, @macabeus! I can't wait to try this out in a project! I looked at the implementation, and I'd like to provide some high level feedback: - I would...
Nice work, @macabeus! I installed it in a test project, and I was impressed by the results! It looks like the project is maturing nicely. I have two pieces of...
@zbraniecki ping :)
The PR is not ready for review yet. I need to write tests for the new `LocalizedElement` and `LocalizedText` components and I think writing them will require some refactoring of...
> It would make sense to me if correct use of the two components is enforced. Thinking back to [your comment here](https://github.com/projectfluent/fluent.js/issues/498#issuecomment-646043376) even if it's possible for `LocalizedText` to handle...
> No, not at all. I'm not sure either, it's a bit of a weird gray area imo... But was just wondering because you wrote it would support React fragments,...
I'm planning to start working on something similar on the spec repo, together with a reference implementation of the resolver. I haven't yet made my mind on how to store...
If there's an easy way to do this in Gecko-specifc build of fluent-dom, then it might be ok to do it. Otherwise, I'm against changing the guts of fluent-dom because...
Hi @hkasemir, apologies for not responding earlier. I'm not sure how I missed this issue! I'll look into using `cloneElement` for this.