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