question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove Router from core?

See original GitHub issue

Hello! Just looking through HyperApp and I am very impressed! 👍 I am just wondering why Router is in the core package that everyone downloads because it’s just a plugin. Wouldn’t it be better to separate Router from core and put Router and similar plugins elsewhere? It’s just a question, as I was wondering about community plugins/extensibility. E.g. The core hyperapp repo is just h and app and Router and other similar plugins could be in other repos and the user could choose which one they install alongside hyperapp.

npm install hyperapp
npm install hyperapp-router
...

What do you think?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:9
  • Comments:20 (12 by maintainers)

github_iconTop GitHub Comments

10reactions
FlorianWendelborncommented, Apr 3, 2017

@lukejacksonn You dropped something: \

6reactions
FlorianWendelborncommented, Apr 2, 2017

@Facel3ss1 we thought about this a lot. Main reason is primarily that this doesn’t have any major disadvantages, while it maintains the “one system” aspect of hyperapp.

Look at react, there are 20 different routers, 20 different state manangement libraries and they don’t integrate nicely with each other. Hyperapp (while not forcing you to use our router) gets rid of most of these problems by providing it out-of-the-box.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to remove an ip route - Cisco Community
First you need to remove the assigned IP from that particular VLAN and execute no ip route command . And then again assign...
Read more >
Removing a core routing blade - IBM
Perform the following procedures to remove one core routing blade at a time with chassis power on. ... Removing both blades will power...
Read more >
How can you delete configuration of a Cisco Router and Switch
Enter end, and then enter the write erase command to delete the current startup configuration on the router. Enter reload to reload the...
Read more >
Removing a name or a static route
When an IP route has a name, the no form of the full ip route command removes the name. Use the no form...
Read more >
Deleting Files from Flash - Cisco IOS Cookbook, 2nd ... - O'Reilly
To delete all of the files from your router's flash memory, use the erase command: Router1# erase slot1: Erasing the slot1 filesystem will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found