Define functionality and features
See original GitHub issueSo we just completed a rewrite of the react-i18next NextJs example. This is/was an example, and we intentionally avoided abstracting or hiding things away, as we specifically wanted people to understand what was happening.
Through the process, several devs indicated that they would be interested in a next-i18next
project which could be installed from npm and set up with minimal work.
This repo will potentially be that util, but we need to define a lot of characteristics before work can start.
What exactly are people looking for? How much of the configuration can be hidden away from users? How do we provide overrides?
At the very least:
- We will need to provide a HOC that users will wrap their
_app.js
component in. - Users will need to import
Link
from us (not NextJs), if they would like to use language subpaths. There might be another solution here I’m not thinking of. - We will need to provide some middleware that users will have to add to their
server.js
.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:31 (16 by maintainers)
Top Results From Across the Web
Features vs Functionality: How to accurately compare software ...
Features are the “tools” you use within a system to complete a set of tasks or actions. Functionality is how those features actually...
Read more >What is the difference between a feature and a functionality?
Functionality relates to how something (like a machine or organism) works: it is objective— something either works (functions) or it doesn't. How well...
Read more >"Functionalities" vs "features" - what's the difference?
Features is technically how something is done (a functionality). Functionality is the business value delivered. For example, ...
Read more >Function vs Feature - Simplicable Guide
Functions describe what something does. It is goal based. For example, a messaging app allows you to communicate. Features are the tools that ......
Read more >What is functionality? | Definition from TechTarget
In information technology, functionality (from Latin functio meaning "to perform") is the sum or any aspect of what a product, such as a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
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
Hello everyone - I will be releasing v0.1.0 of this project on npm shortly. I would appreciate some early testers to provide feedback if anyone can do that. Thanks!
Yeah, using the router will look like this: https://twitter.com/timneutkens/status/1057053195044823040