Build and send emails using React and TypeScript.
It reduces the pain of coding responsive emails with dark mode support. It also takes care of inconsistencies between Gmail, Outlook, and other email clients for you.
Le mode dev fournit une interface web en drag & drop très pratique.
La circulation des trains en temps réel !
Les données présentées, en plus du fond de carte Open Street Map, viennent de ©SNCF Réseau et sont toutes disponibles en opendata sur https://data.sncf.com.
Article sur le sujet : https://numerique.sncf.com/actualites/lapplication-graou-offre-desormais-une-cartographie-dynamique/
WebApp réalisée avec ReactJS.
La doc backend de l'outil complet, employé par les agents SNCF : https://graou.info/apropos/
Et une présentation complète avec ImpressJS : https://prez.graou.info/
Pourquoi GRAOU ?
C’est l’acronyme de Gestion des Roulements Assistée par OUrdinateur. Et bon, ben, euh... ça change du champ lexical de l'océan non ? Et puis un ours, ça a de la gueule un peu :)
Designed by Pablo Stanley 🎨
Developed by Fang-Pen Lin 💻
Free for personal and commercial use. 😇
Open source: https://github.com/fangpenlin/avataaars-generator
FROM: https://sebsauvage.net/links/?Gd8SYw
Image from online generator: https://avataaars.io
Essential cross-platform UI components for React Native https://nativebase.io
eslint rules from airnbnb to validate ReactJS code
- React is all about components
- What the flux is JSX?
- You can use JavaScript expressions anywhere in JSX
- You can write React components with JavaScript classes
- Events in React: Two Important Differences
- Every React component has a story
- React components can have a private state
- React will react
- React is your agent
- Every React component has a story (part 2)
Amazing svg-based rendering examples
using: https://greensock.com/timelinemax
With examples for React & VueJS, applications to responsive design, page transitions, image compression
<g fill="currentColor">
function lazyRender(el, html) {
let cloneEl = el.cloneNode();
cloneEl.innerHTML = html;
window.requestAnimationFrame(function(){
morphdom(el, cloneEl);
});
};
To recap, our findings, Vue’s strengths are:
- Flexible options for template or render functions
- Simplicity in syntax and project setup
- Faster rendering and smaller size
React’s strengths:
- Better at scale, studier and more testable
- Web and native apps
- Bigger ecosystem with more support and tools available