8000 Tags · gsmlg-dev/phoenix-react · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: gsmlg-dev/phoenix-react

Tags

0.6.1

Toggle 0.6.1's commit message
fix: Fix error in html.

0.6.0

Toggle 0.6.0's commit message
chore: Fix.

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add render to readable stream (#7)

Co-authored-by: Jonathan Gao <gsmlg.com@gmail.com>

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Run react render server in a new mode. (#6)

Run react render server in a new mode.
More component can now be rendered in `SSR`.

---------

Co-authored-by: Jonathan Gao <gsmlg.com@gmail.com>

0.3.1

Toggle 0.3.1's commit message
fix: Fix bun PORT.

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Support build in roduction mode. (#5)

## Run in release mode

Bundle components with server.js to one file.

```shell
mix phx.react.bun.bundle --component-base=assets/component --output=priv/react/server.js 
```

Config `runtime` to `Phoenix.React.Runtime.Bun` in `runtime.exs`

```elixir

config :phoenix_react_server, Phoenix.React.Runtime.Bun,
  cmd: System.find_executable("bun"),
  server_js: Path.expand("../priv/react/server.js", __DIR__),
  env: :prod
```

---------

Co-authored-by: Jonathan Gao <gsmlg.com@gmail.com>

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fix cache gc. (#4)

Co-authored-by: Jonathan Gao <gsmlg.com@gmail.com>

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Fix docs and demo. (#3)

Co-authored-by: Jonathan Gao <gsmlg.com@gmail.com>

0.1.1

Toggle 0.1.1's commit message
chore: Fix create tag permission.

0.1.0

Toggle 0.1.0's commit message
fix: Rename of conflict in hex.pm.

0