udibo / react-app

A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
https://udibo-react-app.deno.dev/
MIT License
14 stars 2 forks source link

Rename AppContext and AppState #72

Closed KyleJune closed 11 months ago

KyleJune commented 1 year ago

The AppState and AppContext is a bit confusing. The AppContext has 2 different meanings. One is for type used to create a React.Context, the other is the React.Context object. The current workaround I'm using is to name the type RawContext and the React.Context is the AppContext.

KyleJune commented 11 months ago

Closed by https://github.com/udibo/react_app/pull/75