Skip to content

Conversation

@David-OConnor
Copy link
Member

@David-OConnor
Copy link
Member Author

Added in some of the 0.5.0 changes. I'm not familiar with how you update some things like the docs-url versions throughout. More 0.5.0 changes probably need to be made too.

@MartinKavik MartinKavik changed the title Made template for React/Vue comparison Made template for React/Vue comparison + Seed 0.5.0 Dec 4, 2019
@David-OConnor
Copy link
Member Author

David-OConnor commented Dec 9, 2019

@MartinKavik : Can you take a look to make sure I didn't dork something up before deploying? We can add to the comparison later, but I'd like to get the v0.5.0 changes out. I can't get it to build on my end due to not having generated/css__classes built. Could you also update the release checklist with more details? I don't think updating the version is necessary for guide content updates.

@David-OConnor David-OConnor marked this pull request as ready for review December 9, 2019 00:19
Comment on lines +69 to 73
let app = seed::App::builder(update, view)
.after_mount(after_mount)
.run();

app.update(Msg::FetchData);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Todo for next PRs

In all examples:

  • seed::App replace with App and make sure we have the line use seed::{*, prelude::*} at the top of the example (if necessary) ; And we probably should add App into prelude.
  • let app ... app.update(... is anti-pattern. It should be refactored with after_mount.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated this PR and the Rust quickstart with this import style.

@MartinKavik
Copy link
Member

@David-OConnor : I've added one comment for the future, but everything looks good.

I can't get it to build on my end due to not having generated/css__classes built.

Could you create an issue in https://github.com/seed-rs/seed-quickstart-webpack and describe your problems? (e.g. what errors yarn start returns)

Could you also update the release checklist with more details? I don't think updating the version is necessary for guide content updates.

I don't know if the checklist is really needed in this project - maybe we can delete it.
We can sync version with Seed version but I'm not sure it makes sense. However we should update seed-rs.org content before the Seed version is released - we can add it as the condition to Seed's release checklist.

An idea - we can add versioning once the Seed is stable (version 1.x.x+), i.e. there will be a dropdown with Seed versions and when you choose a version, associated content will be rendered.

@David-OConnor
Copy link
Member Author

I didn't try anything on the JS end, which is probably the problem.

@David-OConnor David-OConnor merged commit 7b25826 into master Dec 9, 2019
@David-OConnor David-OConnor deleted the rosetta-stone branch January 14, 2020 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants