Skip to content
View WNortier's full-sized avatar
👽
👽
  • Avocado Chocolate
  • South Africa
Block or Report

Block or report WNortier

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. useParamsExample.tsx useParamsExample.tsx
    1
    <Route path="/profile/:username" element={<ProtectedRoute user={user}><UseParamsExample /></ProtectedRoute>} />
    2
    
                  
    3
    import { useNavigate, useParams } from "react-router-dom";
    4
    
                  
    5
    const UseParamsExample: React.FC = () => {
  2. useLocationExample.tsx useLocationExample.tsx
    1
    <button onClick={
    2
    () => {
    3
        navigate('/about', { state: { id: 1, name: 'sabaoon' }})
    4
    }
    5
    }>Change to about page</button>
  3. ts-paginator ts-paginator Public

    ts-paginator is a TypeScript pagination hook for React or NextJS: www.npmjs.com/package/ts-paginator

    TypeScript 18

  4. game-of-thrones-houses-catalogue game-of-thrones-houses-catalogue Public

    A catalogue detailing the various Houses from Game of Thrones: https://wnortier.github.io/game-of-thrones-houses-catalogue/

    HTML

  5. galaxy-news galaxy-news Public

    https://wnortier.github.io/galaxy-news/

    JavaScript