Skip to content
View ariuss's full-sized avatar

Block or report ariuss

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. bootstrap-in-react.md bootstrap-in-react.md
    1
    # How to Use Bootstrap JS in React
    2
    
                  
    3
    Bootstrap 5 comes with powerful JS components like **Modal**, **Dropdown**, **Tooltip**, etc. When using React, you don’t need any third-party library — you can use **Bootstrap JS directly** with `useRef` and `getOrCreateInstance`.
    4
    
                  
    5
    ## Setup
  2. setup-xampp-on-linux.md setup-xampp-on-linux.md
    1
    # How to Setup XAMPP on Ubuntu or Linux Mint
    2
    
                  
    3
    1. Download XAMPP installer from https://www.apachefriends.org and run the setup wizard
    4
    ```
    5
    chmod 755 xampp-linux-x64-x.x.x-installer.run
  3. shieldtag-login shieldtag-login Public

    A simple demo application that showcases a login mechanism using refresh tokens.

    JavaScript