GithubHelp home page GithubHelp logo

Koa server about react-redux-starter-kit HOT 4 CLOSED

davezuko avatar davezuko commented on April 17, 2024
Koa server

from react-redux-starter-kit.

Comments (4)

dvdzkwsk avatar dvdzkwsk commented on April 17, 2024

Yeah you're definitely right about that. I've yet to do it successfully so am still searching for the correct way. Maybe I'll spend some quality time with it tomorrow to see how this should be handled, as the server portion of the starter kit needs a lot of TLC.

I'll get back to you if I figure anything out.

from react-redux-starter-kit.

lifehackett avatar lifehackett commented on April 17, 2024

So I decided to sort of usurp your /server directory for this purpose, which I think is setup for server rendering, but isn't something I am that familiar with nor needed at the moment since its only going to be used locally. I then update the Procfile to spin up my koa server and the webpack dev environment.

When I used webpack for a heavy client and rails for a backend API I used a setup inspired by this example https://github.com/justin808/react-webpack-rails-tutorial

I figured I'd pass the info along in case it helped.

from react-redux-starter-kit.

dvdzkwsk avatar dvdzkwsk commented on April 17, 2024

@lifehackett I've started work on a branch (https://github.com/davezuko/react-redux-starter-kit/tree/feature/development-server) that will increase the cohesion between webpack-dev-server and Koa. It will probably still be at least a week before I'm able to merge it into master, but here's what's new so far:

  • The npm run dev task will run both servers side-by-side, rather than just webpack-dev-server.
  • Koa server is now pre-processed with babel/register, so it can directly use the React app without having to precompile it. This means it can be smarter about rendering routes and can much more easily inject data into the compiled markup.
  • Implemented nodemon, so if you change anything in server/client the server will reload as well. Most universal examples I've seen don't do this, which means the server rendering quickly gets out of date.

The biggest hurdle I'm facing due to this integration, however, is that there's no easy way to perform non-js imports. Since the application required in the server is not processed with webpack, you lose out not only on those imports but also on things like path aliases. It's really nice having a more convenient development mode, but I'm not sure if the tradeoffs are worth it.

from react-redux-starter-kit.

dvdzkwsk avatar dvdzkwsk commented on April 17, 2024

Closing this since the server is no more.

from react-redux-starter-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.