razzle
razzle copied to clipboard
✨ Create server-rendered universal JavaScript applications with no configuration
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.
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
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...
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...
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...
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...