Skip to content
View shamilkotta's full-sized avatar
🤖
Focusing
🤖
Focusing

Organizations

@EddieHubCommunity

Block or report shamilkotta

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
shamilkotta/README.md

Hi👋, I'm SHAMIL

Building the tools I wish existed. Passionate about developer experience. Here for the joy of building, learning, experimenting, and sharing through open source.

x.com/shamilkottashamilkotta.commail

✌️Recent Acitivities

  • nlite ➜ A attempt to create a lite react 19 framework
  • dotlet ➜ Make your environment portable
  • npmx ➜ a fast, modern browser for the npm registry
  • Few more ➜ shamilkotta.github.io

🔗 Tags that I can relate

typescripteffectreactnextjsnodejsreact nativeviteesbuildrolldowntailwindzodshadcnworkerdexpresshonoh3webpackgithub actionspnpmoxcpostgresqlmongodbawscloudflarevercelnginx

Pinned Loading

  1. nlitenlitePublic

    A attempt to create a lite react 19 framework

    TypeScript

  2. dotletdotletPublic

    Make your environment portable

    TypeScript

  3. npmx-dev/npmx.devnpmx-dev/npmx.devPublic

    a fast, modern browser for the npm registry

    TypeScript 3.6k 527

  4. Streaming using react query (TanStac...Streaming using react query (TanStack query)
    1
    import{useEffect,useState}from"react";
    2
    import{QueryKey,useQuery,useQueryClient}from"@tanstack/react-query";
    3
    4
    typeProps<QData>={
    5
    queryKey: QueryKey;