teleport-code-generators
teleport-code-generators copied to clipboard
A collection of code generators for modern JavaScript applications
With the release of #700. You can map any page as fallback route. And generators will take care of mapping it as fallback route. But any project can have a...
feat/cli
fixes #686 But, currently the new `Image` component doesn't work as expected with `styled-jsx`. Here is the issue https://github.com/vercel/next.js/issues/38822 Let's wait for some info on that
Right now, we are using `next/image` only if the user specifies `width` and `height` alone without any additional attributes. This is because, `next/Image` is not completely pure component at the...
More info can be found here: [https://nextjs.org/docs/basic-features/script](https://nextjs.org/docs/basic-features/script) For the strategy, we can stick with `afterInteractive` which is the default one anyway.
Change the global-stylesheet name to `global-style` across all flavours. In certain flavours we are having the name of pages and global styles as same. This is creating a clash for...
Right now, we can define a component with a **propDefinition** of type **object** But when we actually pass a object as prop to a component, the validation fails, and we...