0.9.0 • Published 3 months ago

react-strontium v0.9.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 months ago

Strontium

⚠️⚠️⚠️

2024-02-20: This library is super outdated! It was a pet project of mine for a few years, several years ago, and I've not maintained it since, aside from a few updates I just pushed today. Please do not expect further updates to this library from me.

If you find it useful and want to fork it or continue contributing here, I'll pop my head in every once in a while, but a few words:

  • React has changed a lot since I wrote this library, and I don't personally use class components anymore, nor do I recommend them.
  • When I originally wrote this, I blazed past all sorts of TypeScript best practices, which means the definitions and such provided by the distribution of this library are... wanting. Tread with caution.
  • The library contains a lot of cruft from unfinished projects within the code, so be prepared for some headscratchers if you dive in.

All that said, I enjoyed working on this project, and if it's helped you with anything, then I'm very happy! You're welcome to message in the Issues tracker if I can help with anything, but, again, I won't be contributing anything further to this library.

Thank you!

Overview

A boilerplate TypeScript and React framework usable for SPAs that (as of 2018-Jan-10) is in its infancy, but relatively usable.

This project is built against React v16, and is usable with the current version of React (v16.2, as of this writing).

Some notes, which will change over time as this project progresses and matures:

  • Testing is present, via Jest and Enzyme, but test coverage is still needs improvement. Tests will be a major focus going forward, and will play a significant role in refactoring the code for readability, testability, and usability.
  • This project has added features available to it, if React Transition Group, Bootstrap, and React-Bootstrap components are incorporated into your build process or included via script tags in your application.
  • React itself is not a dependency of this project. That is intentional, and left up to you to decide how to integrate.
  • TypeScript definitions for all classes and modules are included in the package, allowing you to import this project and utilize it in other TypeScript projects.

Building Locally

  1. Clone the repo
  2. Install dependencies via yarn: yarn install
  3. Run tests: yarn run test
  4. Build output: yarn run build

Project Use

This package is currently deployed to npm as react-strontium package. APIs have changed significantly between tagged alpha versions, and will continue changing until stabilized at v1.

More to come later, on actual usage.

0.9.0

3 months ago

0.8.6

3 years ago

0.8.5

4 years ago

0.8.4

4 years ago

0.8.3

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.12

5 years ago

0.5.11

5 years ago

0.5.10

5 years ago

0.5.9

5 years ago

0.5.8

5 years ago

0.5.7

5 years ago

0.5.6

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.0

5 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.28

6 years ago

0.1.27

6 years ago

0.1.26

6 years ago

0.1.25

6 years ago

0.1.24

6 years ago

0.1.23

6 years ago

0.1.21

6 years ago

0.1.20

6 years ago