adriatic / fixie-logs

Documenting the research on https://www.fixie.ai/
0 stars 0 forks source link

What is the reason to use somorphicFixieClient in https://github.com/fixie-ai/redwood-fixie-sample #6

Open adriatic opened 11 months ago

adriatic commented 11 months ago

The app sample introduces the code shared with RedwoodJS team a couple months ago. That code defines the object IsomorphicFixieClient used in LowLevelApiPage (note that the code for this IsomorphicFixieClient object is imported node_modules.

As the name suggests, this code can be used on the client as well on the server, but its use requires a lot more work for the app developer.

My question is whether this specific sample should be a part of the RedwoodJS application? Also it would require some documentation that seemingly does not exists today.