Skip to content
View iksent's full-sized avatar
Block or Report

Block or report iksent

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. [ReactJS hook] Detect Scrolls To Bottom [ReactJS hook] Detect Scrolls To Bottom
    1
    import { useScrollPosition } from '@n8tb1t/use-scroll-position'
    2
    import { useRef } from 'react'
    3
    import { get } from 'lodash'
    4
    
    
    5
    export const useOnEndScroll = (onEnd: () => void, disabled: boolean = false) => {
  2. Simplified React Component for SEO Simplified React Component for SEO
    1
    import React from 'react'
    2
    import Head from 'next/head' // or react-helmet
    3
    
    
    4
    const SEO = () => {
    5
      // Fill this object with your data (from i18n / props / hooks / etc.)
  3. Number Formatters Number Formatters
    1
    export const toFixedN = (
    2
      number: number | null | undefined,
    3
      fractionDigits = 8,
    4
      canBeNull = true,
    5
    ): string => {
  4. iksent-site iksent-site Public

    SCSS