Bruno Mota

Results 7 comments of Bruno Mota

Any room to change the MosaicTabbedParent structure to something that enables other type of structures? Since the current one only supports two children it's a limit to expanding this and...

This makes sense if your server and client are on the same project. But if you have them separate this doesn't make sense and forces you to include node libraries...

Did some experimentations here, removed the require on chokidar and readline so that it imports well in a browser env. Tried using `renderSync` like @initplatform mentioned but getting some Illegal...

A different approach would be to compile to wasm and have a small js interface to communicate with it, similar to how libs like esbuild did https://esbuild.github.io/getting-started/#wasm

Not meant to use on the server, but if included on the server it shouldn't throw an error. When working with techs like react where your components also usually need...

Hey, Strange, tried changing the peerDependency to 0.12.2 but it gives me an error when installing on my project: "The package react does not satisfy its siblings' peerDependencies requirements!" It...

I think this is it, added peerDependency "react": ">= 0.12", and it now works in my project, can you confirm on yours as well?