purescript-cofree-react-router
React Router
A routing library for React built on top of PureScript's Cofree Comonad
React-Router implemented in PureScript as Cofree Comonad for the Array functor.
25 stars
4 watching
2 forks
Language: PureScript
last commit: over 6 years ago
Linked from 1 awesome list
cofree-comonadpurescriptreact-router
Related projects:
Repository | Description | Stars |
---|---|---|
purescript-contrib/purescript-routing | A type-safe client-side routing library for PureScript | 105 |
kriasoft/universal-router | A simple middleware-style router for routing in isomorphic JavaScript web apps. | 1,711 |
jmurzy/react-router-native | A React Native routing library offering a superset of the standard API and aiming for sensible parity with react-router. | 638 |
purescript-hyper/purescript-trout | A Servant-style routing type API for building type-safe web applications | 41 |
expo/router | A file-based router for universal React Native apps. | 1,371 |
purescript-react/purescript-react-basic | An opinionated set of bindings to the React library, providing optimized types and tools for basic use cases | 281 |
denvned/isomorphic-relay-router | Enables React Router to work with Relay on both the client and server sides of an application. | 137 |
relay-tools/react-router-relay | Integrates Relay with React Router for efficient data fetching and rendering. | 558 |
christopheradams/plug_rest | A Plug-based router for Elixir applications that follows REST principles and provides declarative handling of HTTP requests | 54 |
purescript-contrib/purescript-react | Low-level React bindings for the PureScript programming language | 400 |
purescript-react/purescript-react-basic-hooks | An implementation of React hooks on top of purescript-react-basic to provide a new, alternative API for managing state and behavior in React applications. | 200 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 446 |
go-playground/pure | A lightweight HTTP router using Go's native implementation with radix tree for efficient routing and handling of context variables. | 149 |
mhart/react-server-routing-example | An isomorphic React application with client-server routing and data fetching using AWS DynamoDB | 299 |
callum/redux-routing | A library that provides universal routing built on top of Redux for React applications. | 64 |