
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
bs-react-on-rails
Advanced tools
BuckleScript bindings to react-on-rails.
# yarn
yarn add bs-react-on-rails
# or npm
npm install --save bs-react-on-rails
type props = {. "name": string};
type context = {. "host": string};
let component = (props: props, context: context) =>
<Page name=props##name host=context##host />;
ReactOnRails.register("App", component);
See example Rails app and implementation commit.
/* ReactOnRails.register */
ReactOnRails.register("App", component);
/* ReactOnRails.registerWithOptions */
ReactOnRails.registerWithOptions("App", component, {traceTurbolinks: true});
/* ReactOnRails.registerWithOptions */
let csrfToken: option(string) = ReactOnRails.authenticityToken();
/* ReactOnRails.reactOnRailsPageLoaded */
ReactOnRails.reactOnRailsPageLoaded();
No redux
related methods are exposed as there're no redux
bindings exist and it's not idiomatic way to manage state in ReasonReact
apps.
See react-on-rails
JS API for more details.
MIT.
0.2.0
Update bs-platform
to 3.0.0
.
FAQs
BuckleScript bindings to react-on-rails
The npm package bs-react-on-rails receives a total of 4 weekly downloads. As such, bs-react-on-rails popularity was classified as not popular.
We found that bs-react-on-rails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.