Eric Burel

Results 250 comments of Eric Burel

Hi, this PR will bring the final Mui v5 update: https://github.com/VulcanJS/vulcan-next/pull/124, I'll merge it in a few days. If you are going to use Material UI, then no, I would...

They still use the JSON syntax. However I think you can keep using Emotion as usual if you want to avoid that, only thing you'll miss will be the helpers...

Some tools that could help writing unstyled components: - react-aria for handling state and accessibility https://react-spectrum.adobe.com/react-aria/getting-started.html - radix UI for handling components that can hardly be written in HTML: https://www.radix-ui.com/

Hi, Very interesting question! Vulcan is actually older than that, it dates from 2016 (and is based on the even older framework Telescope which dates back from 2012). This old...

Yes good remark as well, earlier this year I've been teaching myself how to use OBS, I've filmed an entire web development course for my students and invested in a...

We also need to setup "cypress-audit", it works perfect for automating the result computation.

We might want to avoid using new Babel packages as the ecosystem is slowly transitionning toward SWC.

Next Cloud has proven quite powerful and has the advantage of being self hostable.

Yep thank you for opening a ticket, it will be easier to track. Are you able to share code samples here so I can see how it could be structured?...

Hi, I've worked a bit on this this afternoon: - I've added more comments on typings in vulcan NPM. I am not sure they correctly show up yet in VS...