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.
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.
The
AppState
andAppContext
is a bit confusing. TheAppContext
has 2 different meanings. One is for type used to create aReact.Context
, the other is theReact.Context
object. The current workaround I'm using is to name the typeRawContext
and theReact.Context
is theAppContext
.