The Wayback Machine - https://web.archive.org/web/20200715032556/https://github.com/topics/universal
Skip to content
#

universal

Here are 603 public repositories matching this topic...

next.js
jonaskuske
jonaskuske commented Apr 1, 2020

Bug report

Describe the bug

When running next using Yarn 2 and visiting a page in the browser that doesn't exist, the 404 error page never shows up. Instead it loads forever ("waiting on localhost...") and then eventually errors with ERR_EMPTY_RESPONSE.

But the terminal shows that the page was compiled:

[ event ] build page: /next/dist/pages/_error
[ wait ]  compiling ...
nuxt.js
emiliobondioli
emiliobondioli commented Jul 26, 2019

What problem does this feature solve?

Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba

dtothefp
dtothefp commented Jul 25, 2019

I've been playing around with Razzle and how the Server HMR works.

I generated a Razzle Project and run it

  • npx create-razzle-app my-app
  • cd my-app && yarn start

If I now edit the src/Home.js I see hot reloading working in the browser and I see the server.js being re-required by the index.js. But if I open my dev tools "view page source" my changes are not actually in the HTML

choonkending
choonkending commented Dec 29, 2016

We have a lot of comments that we added in when the repository was created.

In many cases, we should either write self-documenting code, as comments are at best, a necessary evil.

If we cannot change the function/variable names to be self-explanatory, we should consider extracting that into README.

mininternet
mininternet commented Feb 9, 2018

@diegohaz - i noticed a couple of minor spelling errors on the main site:

Basic stack
It includes everything necessary to build a tipical web app with focus on productivity and developer experience.
Learn more about the recomended workflow

Should be typical, and recommended.

Just an FYI.

Thanks!

QuevedoIB
QuevedoIB commented Jan 14, 2020

"gl-react": "^4.0.1",
"gl-react-image": "^3.1.1",
"gl-react-instagramfilters": "^0.2.0",
"gl-react-native": "^4.0.1",

Latest version of gl-react and gl-react-native.

Expected behavior

Changing Surface style (height and width) should change sizes and rerender.

Actual behavior

Surface randomly disappears after changing the sizes.

Steps to reproduce the behavior

A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.

  • Updated Jun 6, 2020
  • TypeScript

Improve this page

Add a description, image, and links to the universal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the universal topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.