Our great sponsors
-
You can find the icons here.
-
// apps/site/next.config.js // eslint-disable-next-line @typescript-eslint/no-var-requires const withNx = require('@nrwl/next/plugins/with-nx'); module.exports = withNx({ nx: { // Set this to false if you do not want to use SVGR // See: https://github.com/gregberge/svgr svgr: true, } });
-
Klotho
AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- What would be the best way to implement SVG's into your project?
- Minimal Nextjs-Typescript boilerplate
- How can I export an interactive figma component to an interactive react component?
- [Question] Setting up monorepo: How be able to debug and build in the same project without changing package.json?
- Best way to share code between React App, React Native App, and NodeJs server?