Tom Söderlund

Results 14 comments of Tom Söderlund

OK, fixed client-side rendering too. Funny thing: - For the pages that use the **simple endpoint** system (`reduxApi.actions.oneLesson({ id: lessonId })`), the data becomes available in `this.state`. - For the...

Here’s a complete working example of Next.js, `redux-api`, and `next-redux-wrapper` working in harmony: https://github.com/tomsoderlund/nextjs-express-mongoose-crudify-boilerplate

Thank you @lexich! So simple...

A follow-up question, @lexich: 1. I've figured that the `transformer` function should always return the complete (sub-)state, right? 2. It's also the results from this `transformer` function that I receive...