Alexandru Ghiura
Alexandru Ghiura
@diegohaz First thank you for this awesome project. I am using ARc with MobX (better alternative for state management then redux) for my startup [Coderbox](http://www.coderbox.me). I cannot share my code...
@mininternet I think you are right, I didn't choose my words correctly :). Saying it is a better alternative is maybe too strong of an opinion. Both have their benefits....
How is this working with `jest` ? I get this error when I try to run my tests: `TypeError: require.context is not a function`
Hi @AlgusDark, first this is an awesome project, congrats. Second I saw this issues and I recently worked on something called [styled-utils](https://github.com/ghalex/styled-utils) and I was inspired by your code to...
Hi @ralpheichelberger, I will take a look at this week and get back with an answer. Thanks, Alexandru
Hi @ralpheichelberger, I have been following your steps and it works fine for me, I could not reproduce your error, build & dev works fine. https://ibb.co/nCV3hnf Here are my dependencies:...
Hi @mdodsworth, Thank you for taking the time to help, I will have a look at the changes and approve them. Thanks, Alexandru
Hi @wilberforce, The idea of eval here is to allow the ability to write dynamic domain like: ``` ['dataMin * 2', 'dataMax * 4 + 100'] ``` I don't see...
Same issue here, sad you can't use it with react 18