Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

クライアントサイドルーターの導入 #40

Closed
kamataryo opened this issue Mar 4, 2017 · 4 comments
Closed

クライアントサイドルーターの導入 #40

kamataryo opened this issue Mar 4, 2017 · 4 comments

Comments

@kamataryo
Copy link
Contributor

個別のページにURLを発行する。

@miya0001
Copy link
Contributor

miya0001 commented Mar 6, 2017

これは後から実装するものではないので一旦閉じます。
必要性が出て来たら、個別の機能ごとに実装する感じで。

@miya0001 miya0001 closed this as completed Mar 6, 2017
@miya0001 miya0001 reopened this Mar 7, 2017
@miya0001
Copy link
Contributor

miya0001 commented Mar 7, 2017

やっぱりこれやります。僕やります。

@miya0001 miya0001 mentioned this issue Mar 7, 2017
@miya0001
Copy link
Contributor

miya0001 commented Mar 8, 2017

http://example.com/#hello/12345

router( 'hello', function( div, id ) {
  // div.innerHTML = id
  // riot.mount( div, 'hello', { id: id } )
} )

みたいな感じ

@miya0001 miya0001 closed this as completed Mar 8, 2017
@miya0001
Copy link
Contributor

miya0001 commented Mar 8, 2017

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

No branches or pull requests

2 participants