V4 template
The template currently takes a lot of work to get it with Fable 4.
Could you update it when you get a chance?
Hello @reinux,
They will probably be in the future yes, but it will probably happen after the update to Fable 4 website is released.
If you need to create a Fable 4 project here are the sections that you are interested in:
They are links to the source code of the website because the update is not yet published on the main site.
- https://github.com/fable-compiler/fable-compiler.github.io/blob/7b890150466a36ebc64c208632d40cbc0198e711/docs/docs/getting-started/your-first-fable-project.md
- https://github.com/fable-compiler/fable-compiler.github.io/blob/7b890150466a36ebc64c208632d40cbc0198e711/docs/docs/getting-started/javascript.md
- https://github.com/fable-compiler/fable-compiler.github.io/blob/7b890150466a36ebc64c208632d40cbc0198e711/docs/docs/javascript/build-and-run.md
In reality, what will most probably happen is that the snowpack version is going to be removed and I will keep only the Vite.js version. If people want to use another bundler, they can look at their favorite bundler documentation. Having variation of templates is just adding too much maintenance cost for little value.
That makes sense. I think that would be easier to navigate for me as an end user as well. There's always been a bit of choice paralysis every time I start a new Fable project.
Thanks!