Thomas Cazade

Results 51 comments of Thomas Cazade

Maybe we can use the same colors as [Bootstrap](https://getbootstrap.com/docs/4.0/utilities/colors/#color)? Since we are using the same color-name, we can also use their colors.

Hi @tonghoangvu, thanks for submitting these great ideas! 🙂 We are lacking some essential components such as a spinner and scroll-to-top button. If you're willing to create these components, feel...

Lined paper match papercss theme so much, there is something to do with it!

If someone need some guidance about how to write unit-tests (with Jest) for your middlewares, [I've written a blog-post about it](https://blog.totominc.io/blog/unit-testing-next-connect-middlewares). If you need to test an API route endpoint...

> I suggest you to use this pacakge: https://www.npmjs.com/package/nextjs-http-supertest. It allows you to build an http server which will link endpoints with your nextJS handler. How is it better against...

This is a React component, I don't think there are any plans to support another framework in the same repository. It wouldn't make sense to install a React component inside...

@paulm17 could you please provide more details about the `isMounted` trick? Also, did you integrated this on Next.js 13 or 12?

Could this be done with by nuxt/framework#4894? This PR add a hook `nitro:init:before` that is called right before Nitro initialisation, where you can edit Nuxt config (and thus routes).

@Smef this is the issue I had originally when working on my Nuxt e-commerce website a few months ago. However, there may have been improvements done thanks to the [`v3.0.0-rc.11`](https://github.com/nuxt/framework/releases/tag/v3.0.0-rc.11)...

Looks like Shopify has officially released a GQL Storefront API to manage this: https://shopify.dev/docs/api/customer Would be awesome if integrated into the repository, however I guess it should be not too...