Skip to content
View naeem-gitonga's full-sized avatar
🌍
Working from home
🌍
Working from home

Highlights

  • Pro

Block or report naeem-gitonga

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. image-server image-server Public

    Python

  2. myWebsite myWebsite Public

    TypeScript

  3. xml-loading xml-loading Public

    JavaScript 2 1

  4. first-golang-app first-golang-app Public

    Go

  5. example of lazy-loading and using co... example of lazy-loading and using context-api together pt. 3.
    1
    const Form = React.lazy(() => import('./form/form'));
    2
    
                  
    3
    class App extends Component {
    4
      state = {
    5
        open: false,