Eric Burel

Results 250 comments of Eric Burel

Yep! You could PR the set of rules you think relevant as well

No not specifically, this is not up to date, improvements are definitely welcome

@jasonraimondi I think I've figured it out. If you have some spare time, checking [this example component](https://github.com/VulcanJS/vulcan-next-starter/blob/devel/src/pages/vns/debug/private.tsx) and [this comment](https://github.com/vercel/next.js/discussions/14531#discussioncomment-29904) would be awesome. I think it works and covers all...

I'll make this a reusable page wrapper, I think that's doable to abstract everything into an HOC + a getInitialProps enhancer.

I've made it an HOC this morning, see [withPrivateAccess here](https://github.com/VulcanJS/vulcan-next-starter/blob/devel/packages/%40vulcan/next-utils/routing.tsx). It still works for all scenarios. I think the client-side render is still kinda clumsy and inelegant, I have hard...

To sum it up, SSR, and thus dynamic server side redirections for private pages, leads to a lot of complexity. Instead, we should consider pages as always public, and find...

To be investigated again now we use storybook v6

A user reported issues with Cypress, namely the environment loading function not working properly (we have a Cypress plugin that lruns Next.js "loadEnv" logic) in Visual Studio environment. ```js TypeError...

I've fixed running Jest Now I need to fix running Mongo via the Docker command, as the "volume" path is not correct for windows. I'll probably create another command for...