Skip to content
#

Koa

koa logo

Koa is a new web framework designed by the team behind Express,

which aims to be a smaller, more expressive, and more robust foundation

for web applications and APIs. By leveraging async functions, Koa allows you

to ditch callbacks and greatly increase error-handling. Koa does not bundle any

middleware within its core, and it provides an elegant suite of methods that make

writing servers fast and enjoyable.

Here are 1,694 public repositories matching this topic...

mtmsuhail
mtmsuhail commented Jan 7, 2020

Describe the bug
The default _limit for the find() is currently fixed to 100. I can't understand why the team picked it is 100? why wouldn't be 10 or 50?.

If some one needed to fetch default 50 records for all end point of find(), at-least he have to edit all request URL or needed to override the current find() handle.

This may not be a bug for the team, but for best framework we need t

egg
bicarlsen
bicarlsen commented Jul 20, 2019

This isn't a bug, but it took me quite a long time to figure out, so thought others have struggled with the same issue.

When using the authenticate method, one must remember to both return the result, and call the function with the context. I thought it may be useful to include this explicitly in the documentation.

I created a [Stack Overflow question](https://stackoverflow.com/questions

Created by TJ Holowaychuk

Released December 19, 2013

Repository
koajs/koa
Website
koajs.com

Related Topics

react redux webpack
You can’t perform that action at this time.