Eric Burel

Results 250 comments of Eric Burel

First experiment with Remix show that this should be trivial, testing-react works ok as well

We wait for i18n to land in Next to solve this. See #29

Strapi seems to be relating a lot on static file creation. Creating a new model will create a bunch of new files, representing the data ( a bit like our...

Thanks for the `withVulcan` helper. So it seems that you went for a specific loader (edit: resolver not loader) too in order to handle both client and server. Maybe that's...

I've made a first update of the monorepo to show how it could work: https://github.com/VulcanJS/vulcan-npm I've only added Typescript, but we would also need to use Webpack in order to...

@comus I've pushed a new test, sadly I could'nt have "multi-env" import to work. I have pushed a new commit with a demonstration (see `_app.ts`, it loads `@vulcan/multi-env-demo`). It is...

It also means that we will lose the pattern of having 2 components with same name but different implementation in server and client, eg to handle components that do not...

Update in 2021: Material UI v5 will bring Emotion out-of-the-box, so approach 1 will be simplified (and that's excellent news). For the "purist" approach, Tailwind seems to be appreciated a...

Hi @Inokcode, I'll try to answer your questions: 1) Just use it, for additional doc you should check Material UI documentation and Styled components documentation. Please note that we will...

For Material UI v5, we still need to check: - Theme switching, it seems to need a specific API https://stackoverflow.com/questions/68382679/toggling-between-dark-light-mode-material-ui/68385247#68385247 - Best syntax for CSS definition => string syntax with...