Skip to content
View devakone's full-sized avatar
💭
coding...
💭
coding...

Highlights

  • Pro
Block or Report

Block or report devakone

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. ng-open-cv ng-open-cv Public

    Angular 6+ & OpenCV.js integration service library

    JavaScript 44 23

  2. react-i18next-helpers react-i18next-helpers Public

    A set of helper hooks and components to use with i18next, react-i18next and Formik

    JavaScript 3 1

  3. akil-academy akil-academy Public

    Forked from akiltech/akil-academy

    Programme de formation full stack develope par AKIL Technologies

    1 2

  4. made-in-ci made-in-ci Public

    Forked from codedivoire/made-in-ci

    Repertoire du code Made in CI

    1 1

  5. How to translate partial HTML conten... How to translate partial HTML content with dangerouslySetInnerHTML and react-i18next
    1
    import dompurify from 'dompurify';
    2
    import useTranslateHtmlElement from './use-translate-html-element';
    3
    // Our safe HTML rendering component
    4
    // From https://dev.to/jam3/how-to-prevent-xss-attacks-when-using-dangerouslysetinnerhtml-in-react-1464
    5
    
                  
  6. How to use the useTranslateFormError... How to use the useTranslateFormErrors hook with Formik's component render method.
    1
    
                  
    2
    ...
    3
    <Formik component={ContactForm} />;
    4
    ...
    5