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

Block or report jeromeabel

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
jeromeabel/README.md

linkedin5

  • 👋 Hi, I’m @jeromeabel
  • 🎓 I finished a Front-End developer training at @OpenClassrooms
  • 🌱 I’m currently learning: Vue & Astro
  • 🚀 I'm building: full-stack apps
  • 👀 See more on my portfolio: https://dev.jeromeabel.net/

Jerome Abel stats languages and tools

Jerome Abel GitHub stats

GitHub Streak

Pinned

  1. kungfuschool kungfuschool Public

    Website to manage a Kung Fu school

    Astro 1 1

  2. medito-fundraising medito-fundraising Public

    Flexible Fundraising Web Page for Medito Foundation

    Astro 2

  3. jeromeabel.github.io jeromeabel.github.io Public

    Web developer portfolio

    Astro 2

  4. oc-p14-hrnet oc-p14-hrnet Public

    Pass a jQuery library to React

    TypeScript

  5. react-context-with-typescript.md react-context-with-typescript.md
    1
    # Using React Context with Typescript - guide
    2
    
                  
    3
    In React, dealing with props might be too verbose and not efficient. An alternative is to use the React Context API. It is useful for sharing data between the app.
    4
    
                  
    5
    A practical example: