Articles categorized
Coding

Thumbnail made of clones of the WordPress logo in various colours and sizes, realized by ©Sandrine MANGUY 2023.

Insert code examples in a WordPress article

You want to insert coding example, extracts of code that look like code in a WordPress article but you do not know how to do that? WordPress is configured to sanitize HTML, CSS, JS, PHP… code when inserting in an article but there some rules to respect… Let’s discover which ones in this article!

Illustration for React framework topic realized by Sandrine MANGUY©- all right reserved

How to Add Event Listeners to React components?

Have you already added Event Listeners to the document or window objects with React.js? It is a little bit different from adding Event Listeners via the “attributes” onCLick() or onChange()… Have a look at the article below to discover how to do that!

Illustration for React framework topic realized by Sandrine MANGUY©- all right reserved

How to create a React counter with the useReducer hook?

The local logic is complex (containing many sub-values), or the next state depends on the previous state, or the performance of a components triggering deep updating needs to be optimize… Discover how to use the useReducer hook instead of useState in a counter…

Illustration for React framework topic realized by Sandrine MANGUY©- all right reserved

Discover the React useReducer hook

The local logic is complex (containing many sub-values), or the next state depends on the previous state, or the performance of a components triggering deep updating needs to be optimize… Discover the useReducer hook structure in this article!

Thumbnail made of clones of the WordPress logo in various colours and sizes, realized by ©Sandrine MANGUY 2023.

Insert a codepen iframe in a WordPress article

You have started writing your first articles in a WordPress blog and you need to show some examples. You have already created pens on codepen that you want to insert in your article… Every thing is perfect. Except you do not know how to insert them! Do not loose time looking for a standard tool to insert an iframe: there is not! Read the article below to discover how to display your pen in your WordPress article via an iframe!

Haut de page