Thanks to visit codestin.com
Credit goes to github.com

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.

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.

twitter twitter twitter

✌️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

typescript effect react nextjs nodejs react native vite esbuild rolldown tailwind zod shadcn workerd express hono h3 webpack github actions pnpm oxc postgresql mongodb aws cloudflare vercel nginx

Pinned Loading

  1. nlite nlite Public

    A attempt to create a lite react 19 framework

    TypeScript

  2. dotlet dotlet Public

    Make your environment portable

    TypeScript

  3. npmx-dev/npmx.dev npmx-dev/npmx.dev Public

    a fast, modern browser for the npm registry

    TypeScript 3.4k 454

  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
    type Props<QData> = {
    5
      queryKey: QueryKey;