Skip to content
View cundejo's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@devisfunny

Block or report cundejo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
cundejo/README.md

Hi there 👋

Top Langs

Streak Stats

Pinned Loading

  1. my-notes my-notes Public

    Some useful commands, links, and shits

    2

  2. nestjs-task-management nestjs-task-management Public

    Following NestJS course https://www.udemy.com/course/nestjs-zero-to-hero/

    TypeScript

  3. React render props in two levels React render props in two levels
    1
    import React from 'react';
    2
    
                  
    3
    const ComponentA = () => (
    4
      <ComponentB>
    5
        {({ foo, bar, baz }) => (