NavigationBackport VS STTextView

Compare NavigationBackport vs STTextView and see what are their differences.

NavigationBackport

Backported SwiftUI navigation APIs introduced in WWDC22 (by johnpatrickmorgan)

STTextView

Performant and reusable macOS text view component (TextKit2), with line numbers and more. NSTextView replacement. (by krzyzanowskim)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
NavigationBackport STTextView
8 2
815 861
- -
7.4 9.1
24 days ago 12 days ago
Swift Swift
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

NavigationBackport

Posts with mentions or reviews of NavigationBackport. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-26.

STTextView

Posts with mentions or reviews of STTextView. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-28.
  • Nerdy internals of an Apple text editor
    1 project | news.ycombinator.com | 5 Mar 2024
    For the educational purpose of modern TextKit and NSTextView-like implementation, you can check out https://github.com/krzyzanowskim/STTextView that is modern re-implementation of the text view.
  • I Quit Using SwiftUI
    3 projects | news.ycombinator.com | 28 Aug 2022
    Out of curiosity, what framework/library/solution are you using for your text editor? I've been researching this space for a while and syntax highlighting text editors are rare and sparse.

    There is this: https://github.com/krzyzanowskim/STTextView for textkit2, but the author ended up writing his own text input client.

    How did you do about providing autocomplete, etc?

    Thanks!

What are some alternatives?

When comparing NavigationBackport and STTextView you can also consider the following projects:

FlowStacks - FlowStacks allows you to hoist SwiftUI navigation and presentation state into a Coordinator

TextEdit.it - A cut down, simple, text editor for Mac. Built with SwiftUI (mostly). [Moved to: https://github.com/markydoodled/Note.it]

Helm - A graph-based SwiftUI router

CodeEditor - A SwiftUI TextEditor with syntax highlighting using Highlight.js

swift-composable-architecture - A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.

TextViewBenchmark - A suite of performance tests for macOS text views

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

Proton - Purely native and extensible rich text editor for iOS and macOS Catalyst apps

SwiftUIBackports - A collection of SwiftUI backports for iOS, macOS, tvOS and watchOS

SwiftUINavigator