Skip to content
View kachar's full-sized avatar
🔥
🔥

Organizations

@camplight @threeveta @podkrepi-bg

Block or report kachar

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kachar/README.md

Pinned Loading

  1. podkrepi-bg/frontend podkrepi-bg/frontend Public

    Charity platform https://podkrepi.bg Docs https://docs.podkrepi.bg

    TypeScript 189 100

  2. podkrepi-bg/api podkrepi-bg/api Public

    Nest.js REST backend for charity platform Podkrepi.bg https://podkrepi.bg/swagger

    TypeScript 97 55

  3. yadi yadi Public

    Yet Another Docker Image - Production ready Next.js docker multi-stage build

    Dockerfile 20 10

  4. Next.js Link + Material UI Link/Butt... Next.js Link + Material UI Link/Button components bundled with forwardRef
    1
    import { LinkProps, Link as MuiLink } from '@mui/material'
    2
    import NextLink from 'next/link'
    3
    
                  
    4
    export default function Link(props: LinkProps<'a'>) {
    5
      return <MuiLink component={NextLink} {...props} />