react-view
Server-side React renderer
A Koa view engine that enables rendering React components on the server-side.
A Koa view engine which renders React components on server
259 stars
14 watching
30 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/ejs | A Koa middleware for rendering EJS templates with support for layouts, includes, and state access. | 248 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/resourcer | Makes it easy to mount independent sub-applications within a Koa application using directory structure and configuration files. | 35 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/rewrite | Middleware to alter URLs in Koa applications | 98 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 446 |
koajs/koa-markdown | Converts markdown to HTML for use with Koa.js applications | 37 |
koajs/error | Middleware for handling error responses in web applications. | 102 |
koajs/mock | A middleware for creating mock web pages with customizable URL mapping and data | 41 |
koajs/compose | Utility to combine multiple middleware functions into a single cohesive piece of software | 1,004 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 732 |
koajs/onerror | Provides an error handling mechanism for Koa applications by directly manipulating the application's ctx.onerror property. | 140 |