Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

eser/buildless-deno-react-ssr

This is a React starter/boilerplate project. Comparing to its alternatives, it completely works buildless with the power of Deno and htm.

You can see the latest running version of the code deployed on deno.dev at buildless-deno-react-ssr.deno.dev.

This project is currently in early stages of its development. Descriptions or instructions are not mature yet as well as the project itself.

Features

  • Doesn't require any transpilation / compiler process! (no more babel or typescript compiler!)
  • There's no bundles generated (no more webpack!)
  • Both backend and frontend shares the same files.
  • Works with Deno and any runtime supports ES Modules natively.

Quick start

Ensure that Deno is installed on your system first.

Clone this git repo git clone https://github.com/eserozvataf/buildless-deno-react-ssr.git - and checkout the tagged release you'd like to use.

Then run the server,

$ deno task start

Open http://localhost:8080 to view it in the browser.

Todo List

See GitHub Projects for more.

Requirements

License

Apache 2.0, for further details, please see LICENSE file.

Contributing

See CONTRIBUTING.md for details.

It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome.

  • To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
  • To report a bug: If something does not work, please report it using GitHub Issues.

To Support

Visit my patreon profile at patreon.com/eserozvataf

Releases

No releases published

Packages

No packages published