razzle icon indicating copy to clipboard operation
razzle copied to clipboard

✨ Create server-rendered universal JavaScript applications with no configuration

Results 126 razzle issues
Sort by recently updated
recently updated
newest added

I created a simple example of utilizing a Navigation bar via React-Router. Also included in here are instructions to deploy to a DigitalOcean droplet.

examples

Just another example that using emotionjs 11

examples

Add an example of Razzle with Apollo GraphQL

examples

Adds dot config option to copy-webpack-plugin so that hidden files are also copied from public folder to the build folder. This was the behaviour already in Razzle 3. Closes https://github.com/jaredpalmer/razzle/issues/1874

razzle
webpack

Fix error: [0] src/App.tsx(9,34): error TS2769: No overload matches this call. [0] Overload 1 of 2, '(props: (RouteProps & OmitNative) | Readonly): Route', gave the following error. [0] Type 'typeof...

examples

Uses `package.json`'s `type` field to determine whether to `require()` or `await import()` The `package.json` detection is modelled on `getPublicUrl` in `razzle/packages/razzle/config/paths.js` and doesn't implement the full spec described by https://nodejs.org/api/packages.html#type...

razzle
webpack

Hi there! This change adds the repository property to your package.json file(s). Having this available provides a number of benefits to security tooling. For example, it allows for greater trust...

examples

Hi there! This change adds the repository property to your package.json file(s). Having this available provides a number of benefits to security tooling. For example, it allows for greater trust...

examples