Skip to content
View konstantin24121's full-sized avatar
🖖
кто к нам с чем зачем, тот от того и того
🖖
кто к нам с чем зачем, тот от того и того
  • Cyprus, Limassol
Block or Report

Block or report konstantin24121

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

  1. ibitcy/react-stores ibitcy/react-stores Public

    Shared states for React and React Native

    TypeScript 38 10

  2. ibitcy/eo-locale ibitcy/eo-locale Public

    🌏Internationalize React apps 👔Elegant lightweight library based on Internationalization API

    TypeScript 347 12

  3. stylelint-performance-animation stylelint-performance-animation Public

    Stylelint rule for preventing the use of low performance animation

    JavaScript 55 2

  4. recharts/recharts recharts/recharts Public

    Redefined chart library built with React and D3

    TypeScript 22.9k 1.7k

  5. react-styleguidist-material react-styleguidist-material Public

    It's fork by react-styleguidist build on MaterialUI and with some extra features

    JavaScript

  6. Telegram Bot 6.0 Validating data rec... Telegram Bot 6.0 Validating data received via the Web App node implementation
    1
    const TELEGRAM_BOT_TOKEN = '110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw'; // https://core.telegram.org/bots#creating-a-new-bot
    2
    
                  
    3
    
                  
    4
    export const verifyTelegramWebAppData = async (telegramInitData: string): boolean => {
    5
      // The data is a query string, which is composed of a series of field-value pairs.