-
Per discussion in #2590 , we'd like to rethink the Redux docs content and structure pretty much from the ground up. Now that we've got the new docs site up and running, it's time to start brainstormi…
-
With nextJS 7 it works fine, but with next's 8 my imports are undefined.
next's.config.js
```js
// @ts-check
const withPlugins = require('next-compose-plugins');
const withTM = require('next…
-
Big fan of this this framework, good work! I created a REST API with it and it works like a charm.
My use case is an application, which has nothing to do with an webserver. Its a standalone applic…
-
Hi, I'm follow this tutorial, but have made a few modifications (`next-serverless` being one of them): https://statsbot.co/blog/a-crash-course-on-serverless-side-rendering-with-reactjs-nextjs-and-aws-…
-
**TypeScript Version:** 2.6.0-dev.20170904
Trace:
```
/usr/local/lib/node_modules/typescript/lib/tsc.js:56399
throw e;
^
Error: Debug Failure. False …
cevek updated
6 years ago
-
Let's use this thread to discuss actual design considerations for an actual hooks API.
Prior references:
- [#1063: Provide React Hooks](https://github.com/reduxjs/react-redux/issues/1063)
- […
-
I've been analyzing app bundle size and noticed that `i18next-browser-languagedetector` in the client bundle (2KB gz). Some projects may not to want this language detector, so it'd be great if it coul…
-
With [Apollo 2.0 now in beta](https://dev-blog.apollodata.com/whats-coming-in-apollo-client-2-0-bcd8ea64acbd) now available, a ReactQL bump to the latest Apollo client is just around the corner.
As…