Skip to content
View iksent's full-sized avatar

Block or report iksent

Report abuse

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

Report abuse

Pinned Loading

  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