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.

Define functionality and features

See original GitHub issue

So 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:

  1. We will need to provide a HOC that users will wrap their _app.js component in.
  2. 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.
  3. We will need to provide some middleware that users will have to add to their server.js.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:31 (16 by maintainers)

github_iconTop GitHub Comments

2reactions
isaachinmancommented, Nov 25, 2018

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!

1reaction
timneutkenscommented, Nov 13, 2018

Yeah, using the router will look like this: https://twitter.com/timneutkens/status/1057053195044823040

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

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