react-starter icon indicating copy to clipboard operation
react-starter copied to clipboard

[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!

Results 32 react-starter issues
Sort by recently updated
recently updated
newest added

The current setup makes it impossible to test during development on another device, because it has to load the javascript from the webpack server. If the webpack-dev-server instead proxies all...

There are times when you need to include third-party code and it expects its CSS classes to be global, for example react-bootstrap or when you're wrapping a jQuery plugin. The...

I have written a Flux-like framework called [Redux](http://github.com/gaearon/redux) that, in my view, preserves the best properties of Flux, but also fixes a few problems with it. In Redux, instead of...

Hello, I'm trying to make an app that uses the domain/hostname to load different data, for the prerender I was thinking I could use req.get('host') but I can't really see...

Hi, I was wondering if it is possible to generate a static build using this starter package? For production, I'd quite like to just plonk a folder into an nginx...

This PR creates a new NPM task (`npm run build-static`) that makes it easy to get a static site running on github pages. It stops the generation of async modules,...

Some are straight forward, but some are not, especially on production, I don't know where is the index file.. I have to resort to reading source code for learning, waaah,...

packages like these: webpack, webpack-dev-server, extract-text-webpack-plugin and others should be on devDependencies of packages.json Regards.

I have some trouble deploying this kit with Dokku: ``` =====> test container output: > [email protected] start /app > node lib/server-production module.js:338 throw err; ^ Error: Cannot find module '../build/prerender/main.js'...

Hi, I think this boilerplate seems very comprehensive and advanced for production usage. However I am having trouble understanding the code. Would you be able to place some inline comments...