Carter Wooten

Results 19 comments of Carter Wooten

I'll mention I'm seeing this in an [`nx`](https://nx.dev/) monorepo as well and suspect its for the the reasons mentioned: multi config files/projects throughout the repo. Not a huge deal but...

@saiaman Feel free to fork my fork and create another PR with the eslint problems resolved if desired. At current I'm unfortunately a bit strapped for time and don't want...

@markmssd I'll admit, my availability is opening up a bit so could possibly lend a hand in maintaining this repo. Ultimately though, that decision is up to @pmuens.

Hi @kim00kim, I actually ended up forking and making the modifications for removal. Could probably make a PR to try and get it into the main repo but haven't had...

@stemey would this be a possible path forward (using module federation) and React: https://www.ebey.me/blog/webpack-federation-ssr? Also would need to use v18 of React which will hopefully be in beta here in...

@andrewmartin Out of curiosity, did you ever come up with a solution? Dealing with this exact same issue.

@SigmaEpsilonChi Did you make any additional progress on this? Currently evaluating expression parsers for Unity and MAGES seems like it may be a good option for performance purposes. @FlorianRappl Would...

@fbartho looking at possibly taking a crack at implementing this feature but I'll admit I'm not familiar with `apollo-link-rest`'s codebase. Any additional insight into the implementation would be greatly appreciated...

@jazblueful First of all, thanks for providing that `withStyles.js`. It's the only approach I've come across so far that actually seems to work with `isomorphic-style-loader`, `react-start-kit`, and `react-toolbox`. One quick...

@creeperyang Interesting. I'll have to take a look at it. Out of curiosity, when you need the RT component which way do you import? Like this: `import Input from 'react-toolbox/lib/input/Input';`...