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

Server-generated React

Results 11 react-ssg issues
Sort by recently updated
recently updated
newest added

You may have other plans for dealing with images and other static files, or maybe I missed something about how you can already do it, but in any case this...

A small tweak to make the build script work on Windows. I'm not clear if this is the same use case as addressed by https://github.com/zaydek/react-ssg/issues/23, but in any case this...

This one is easy. Look at the Feathericons / Duomo branch and see the esbuild files. All this is is simply adding a `__DEV__` field to the define object.

help wanted

See https://twitter.com/giuseppegurgone/status/1340611025444491265 for reference. This one is medium difficulty. Basically we want to add two components to the library. `` is basically `{state}` but `` is more advanced. Or it...

help wanted

The idea is to provide some kind of elegant, modern TypeScript development environment for building prerendered React apps that leverages CSR when needed. Server-side rendering is a non-goal for this...

If we use something like ShellJS https://github.com/shelljs/shelljs we don’t need to worry (as much) about cross browser compatibility and can continue to write ergonomic code.

E.g. `getInitialProps getStaticProps getStaticPaths getServerSideProps`.

- ~~How to React~~ - How to ~~``~~ or `` routes with React - ~~How to markdown with React~~ - ~~How to route with React (react-router-dom or page-based routing?)~~ (title...

Goals may very well be SSG and SSR but SSR seems to be a little bit of a misnomer. Why? SSR means you have a server — and therefore a...