Remove Router from core?
See original GitHub issueHello!
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:
- Created 6 years ago
- Reactions:9
- Comments:20 (12 by maintainers)
Top 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 >
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
@lukejacksonn You dropped something: \
@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.