Skip to main content
← All Tags

ReactJS

2 articles in this category

AILLMGithub

Stock Weather AI

A compact AI toolkit that collects market data and news, runs lightweight evaluations, and produces per-ticker weather-style reports for stock analysis experiments.

Read more
ReactJSThoughtsTypescript

React Hooks: UseReducer Generics Params In Typescript

How to properly type React's useReducer hook with TypeScript generics. Understand the generic parameters for Reducer, ReducerState, and ReducerAction types.

Read more