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

Organizations

@iran-react-community @khu-team
Block or Report

Block or report mortezashojaei

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

Pinned Loading

  1. rangamap rangamap Public

    TypeScript 7

  2. pod-box-sdk pod-box-sdk Public

    PodBox Software Development Kit

    TypeScript 4

  3. Using laravel-echo in reactjs Using laravel-echo in reactjs
    1
    import React, { FC } from 'react';
    2
    import { useSocket } from '@myapp/hooks';
    3
    import {Order} from '@myapp/models';
    4
    
                  
    5
    
                  
  4. use media query in styled components... use media query in styled components ( DRY )
    1
    const mediaQuery = (key: keyof typeof screens) => {
    2
      return (style: TemplateStringsArray | String) => `@media (max-width: ${screens[key]}px) { ${style} }`;
    3
    };
  5. nextjs-boilerplate nextjs-boilerplate Public

    nextjs + typesript + styled-components

    CSS 3

  6. redirect-with-html redirect-with-html Public

    simple index.html file for redirect without using server redirect

    HTML 3