Add guide: Tauri + Nextjs
See original GitHub issueSetup
- link to nextjs setup
- link to tauri setup
- explain how to setup nextjs and tauri in one project
- configuration
- configure ecmascript target
- configure conditional compilation env vars
- strict port?
Development
- mention HMR
- best practices when mapping routes to app views?
- any other best practices when targeting desktop apps?
Building
- mention vite build (short)
- explain how tauri build will find the assets
SSG
- explain challenges (no
window
object, no tauri apis) - link to
@tauri-apps/api/mocks
- link to vite SSR guide
- show example config
Plugin recommendations
Does nextjs have plugins? If so what are some good plugins to have? (See vite and rollup guides for examples)
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Next.js - Tauri Apps
Next.js. This guide will walk you through creating your first Tauri app using the React framework Next.js.
Read more >How to Build a Cross-Platform Application with Next.js and Tauri
In this tutorial, we'll use Tauri and Next.js to build a desktop-based cross-platform application and publish it to the Snap store and ...
Read more >kvnxiao/tauri-nextjs-template: A Tauri + Next.js (SSG ... - GitHub
This is a Tauri project template using Next.js, bootstrapped by combining create-next-app and create tauri-app . This template uses yarn as the Node ......
Read more >Get started making desktop apps using Rust and React | by Kent
I have finally found a way to make a desktop app using ReactJS and Rust that's relatively painless and without too much extra...
Read more >React Wednesdays: Creating a Tauri App Using React
Tauri is a toolkit that helps developers make applications for desktop platforms. The best part is that it does that by using any...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We’re working on a re-write in Rust for create-tauri-app that will allow us to create/add a lot more templates, so this is on the roadmap. Can find more details here: https://github.com/tauri-apps/create-tauri-app/issues/77
Hey @JonasKruckenberg I made a getting started in this PR I can also translate it in french if you need i just don’t know how, im not familiar with docusaurus!
You can ping me up on the discord channel
@leone