Glossary

Hot Reload

A development feature that automatically updates a running application when source code changes, without requiring a full restart. Supported by frameworks like Flask (debug mode) and React. (Ch. 16)

Learn More

Related Terms