- react
useRef
Referencing values and DOM elements in React.
- react
useState
Managing component state in React.
- react
useEffect
Synchronizing with external systems in React.
- react
Memoization
Optimizing React component performance with memoization.
- ai demos
Exploring Transformers.js with Hugging Face
A simple demo of sentiment analysis using Transformers.js and Hugging Face models.
- ai notes
Hugging Face Transformers Library (Part 1)
Wanted to get comfortable with creating a new Python project. Ran the first Hugging Face model through their transformers library.