-
I use `koa` for `react` `ssr`
when I use `css-modules-require-hook` and `import style from './styles'`, the variable is this
```bash
{ App: '_src_App__App',
'App-logo': '_src_App__App-logo',
…
-
It's amazing in Jest tests. But I get
Cannot find module 'react/lib/ReactComponentTreeHook' from 'ReactDebugTool.js'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js…
-
Hey, thanks for this amazing boilerplate. This is not an issue but more like a question:
In Project.js file you import a 'db' module, but I can't find it anywhere, where does it comes from?
https://…
-
Hi!
This is likely just a configuration issue on my part, but I'm getting the following error message when attempting to use this loader in an isomorphic react app:
**error:**
```
/Users/Tom/Code/s…
-
Replace randomizer with isomorphic/universal MEAN stack using reactive transducers over an event emitter stream that reduces promises to monadic immediately-invoked function expressions with a NoSQL d…
-
Hi all,
I'm working on a TypeScript definition for `withStyle`. What I have so far is:
```
type identity = (arg: T) => T;
//TODO: This could be better, specific type information about the co…
-
Hi,
I tried but facing issues with enabling CSS in the boilerplate.
Issue type :-
/Users/mohit/Documents/isomorphic-react/src/app.css:1
.p {
^
SyntaxError: Unexpected token .
I do want t…
-
There doesn't seem to be a mention of how one can use this library to fetch data and populate views on the server side. Is it possible to do so with this library _à la_ [react-resolver](https://githu…
-
## 🚀 Feature Proposal
Introduce a Single Source of Truth between all modules via Swagger/OpenAPI and JSON Schema specification
## Motivation
Open Closed and Substitution Principles. All packa…
-
I've noticed that devs at Lullabot use `axios` library for API calls to the backend. However, what we've found during the development for our clients, there is a great library which has awesome suppor…